<w>

<w> (word) 文法上の語を示す(正書形である必要はない). 17.1 Linguistic Segment Categories
モジュールanalysis — 17 Simple Analytic Mechanisms
属性 att.segLike (@type, @function, @part) att.metrical (@met, @real, @rhyme)
lemma 当該語の,辞書の見出し形を示す.
状態 任意
データ型
data.word
a string of characters representing the spelling of the word's dictionary entry form.
当該モジュールを使用するもの model.segLike
下位
宣言
element w
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   attribute lemma { data.word }?,
   ( text | model.gLike | model.segLike | model.global )*
}
<w type="verblemma="hit">hitt<m type="suffix">ing</m>
</w>
解説
May contain character data and <seg>, <w>, <m> and <c> elements.