<certainty>
<certainty> indicates the degree of certainty or uncertainty associated with some aspect of the text markup. 21.1.2 Structured Indications of Uncertainty | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Module | certainty — 21 Certainty, Precision, and Responsibility | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
In addition to global attributes | In addition to global attributes
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Used by | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Declaration |
element certainty { att.global.attributes, attribute target { list { data.pointer+ } }?, attribute match { text }?, attribute locus { "name" | "start" | "end" | "location" | "value" }, attribute assertedValue { data.pointer | data.name | data.word }?, attribute given { list { data.pointer+ } }?, attribute degree { data.probability }?, model.glossLike* } |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Example |
(For discussion of this example, see section 21.1.2 Structured Indications of Uncertainty) 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"/> |