<certainty>
<certainty> 当該マークアップの確信度を示す. 21.1.2 構造的な確信度の表示法 | |||||||||||||||||||||||||||||||||||||||||||||||||||
モジュール | certainty — 21 確信度・責任 | ||||||||||||||||||||||||||||||||||||||||||||||||||
属性 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||||||||||||||||||||||||||||||||||||
下位 | |||||||||||||||||||||||||||||||||||||||||||||||||||
宣言 |
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* } | ||||||||||||||||||||||||||||||||||||||||||||||||||
例 | (この例については21.1.2 構造的な確信度の表示法を参照) 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"/> |