<certainty>
<certainty> 当該マークアップの確信度を示す. 21.1.2 Structured Indications of Uncertainty | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
モジュール | certainty — 21 Certainty, Precision, and Responsibility | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
グローバル属性の他 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
下位 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
宣言 |
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* } |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
例 |
(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"/> |