<certainty>
<certainty> 텍스트 마크업의 어떤 특성과 관련된 확실성 또는 불확실성의 정도를 가리킨다. 21.1.2 Structured Indications of Uncertainty | |||||||||||||||||||||||||||||||||
모듈 | certainty — 21 Certainty, Precision, and Responsibility | ||||||||||||||||||||||||||||||||
전체 속성에 부가 | att.scoping (@target, @match)
|
||||||||||||||||||||||||||||||||
에 의해 사용된 | |||||||||||||||||||||||||||||||||
포함할 수 있다 | |||||||||||||||||||||||||||||||||
선언 |
element certainty { att.global.attributes, att.scoping.attributes, attribute locus { "name" | "start" | "end" | "location" | "value" }, attribute assertedValue { data.pointer | data.name | data.word }?, attribute given { list { data.pointer, data.pointer* } }?, attribute degree { data.probability }?, model.glossLike* } |
||||||||||||||||||||||||||||||||
예 |
(For discussion of this example, see section 21.1.2.1 Contingent conditions) Ernest went to <anchor xml:id="A1"/> old
<persName xml:id="SYB">Saybrook</persName>. <certainty xml:id="c1" target="#SYB" locus="name" degree="0.6"/> <certainty target="#SYB" locus="start" given="#c1" degree="0.9"/> <certainty xml:id="C-c2" target="#SYB" locus="name" assertedValue="persName" degree="0.4"/> <certainty target="#SYB" locus="start" given="#C-c2" degree="0.5"/> <certainty target="#SYB" locus="start" assertedValue="#a1" given="#c1" degree="0.5"/> |