<w>

<w> (mot) représente un mot grammatical (pas nécessairement orthographique) 17.1 Linguistic Segment Categories
Moduleanalysis — 17 Simple Analytic Mechanisms
Attributs att.segLike (@type, @function, @part) att.metrical (@met, @real, @rhyme)
lemmaidentifie le lemme du mot (entrée du dictionnaire)
Statut Optionel
Type de données
data.word
Valeurs a string of characters representing the spelling of the word's dictionary entry form.
Utilisé par model.segLike
Peut contenir
Declaration
element w
{
   att.global.attributes,
   att.segLike.attributes,
   att.metrical.attributes,
   attribute lemma { data.word }?,
   ( text | model.gLike | model.segLike | model.global )*
}
Exemple
<w type="verblemma="hit">hitt<m type="suffix">ing</m>
</w>
Note
May contain character data and <seg>, <w>, <m> and <c> elements.