<certainty>
<certainty> Indique le degré de certitude ou d'incertitude associé à certains aspects du balisage du texte. 21.1.2 Structured Indications of Uncertainty | |||||||||||||||||||||||||||||||||||||
Module | certainty — 21 Certainty, Precision, and Responsibility | ||||||||||||||||||||||||||||||||||||
En complément des attributs globaux | att.scoping (@target, @match)
|
||||||||||||||||||||||||||||||||||||
Utilisé par | |||||||||||||||||||||||||||||||||||||
Peut contenir | |||||||||||||||||||||||||||||||||||||
Declaration |
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+ } }?, attribute degree { data.probability }?, model.glossLike* } |
||||||||||||||||||||||||||||||||||||
Exemple |
(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"/> |