<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 and Responsibility | ||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||||||||||||||||||||||||||||||||||
Used by | |||||||||||||||||||||||||||||||||||||||||||||||||||
May contain | |||||||||||||||||||||||||||||||||||||||||||||||||||
Declaration |
element certainty { att.global.attributes, attribute target { list { data.pointer+ } }, attribute locus { "gi" | "startLoc" | "endLoc" | "location" | "attrName" | "transcribedContent" | "suppliedContent" | xsd:Name }, 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) Earnest went to <anchor xml:id="A1"/> old <persName xml:id="SYB">Saybrook</persName>. <certainty xml:id="c1" target="#SYB" locus="gi" degree="0.6"/> <certainty target="#SYB" locus="startLoc" given="#c1" degree="0.9"/> <certainty xml:id="C-c2" target="#SYB" locus="gi" assertedValue="persName" degree="0.4"/> <certainty target="#SYB" locus="startLoc" given="#C-c2" degree="0.5"/> <certainty target="#SYB" locus="startLoc" assertedValue="#a1" given="#c1" degree="0.5"/> |