<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* } |
||||||||||||||||||||||||||||||||||||||||||||||||||||
例子 |
張先生去看<persName xml:id="zh-tw_JZZ">江子翠</persName>那邊有什麼活動。
<certainty target="#zh-tw_JZZ" locus="name" degree="0.6"/> <certainty target="#zh-tw_JZZ" locus="name" assertedValue="placeName" degree="0.4"/> |
||||||||||||||||||||||||||||||||||||||||||||||||||||
例子 |
王先生找到<anchor xml:id="zh-tw_A1"/>小<persName xml:id="zh-tw_lin">林</persName>,感動極了。
<certainty xml:id="zh-tw_c1" target="#zh-tw_lin" locus="name" degree="0.8"/> <certainty target="#zh-tw_lin" given="#c1" locus="start" degree="0.9"/> <certainty xml:id="zh-tw_c2" target="#zh-tw_lin" locus="name" assertedValue="placeName" degree="0.2"/> <certainty target="#zh-tw_lin" given="#c2" locus="start" degree="0.1"/> <certainty target="#zh-tw_lin" given="#c2" locus="start" assertedValue="#a1" degree="0.9"/> |