<gram>

<gram> (information grammaticale ) contient de l'information grammaticale relative à un terme, un mot, ou une forme dans une entrée de dictionnaire ou dans un fichier de données terminologiques. 9.3.2 Grammatical Information
Moduledictionaries — 9 Dictionaries
Attributs att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typeclasse l'information grammaticale fournie selon une typologie particulière : dans le cas d'informations terminologiques, de préférence au moyen du dictionnaire des types d'éléments de données spécifiés dans la norme ISO WD 12 620.
Statut Optionel
Type de données
data.enumerated
Exemple de valeurs possibles:
pos
(partie du discours (chacune des classes de mot auxquelles un mot peut appartenir dans une langue donnée, en fonction de la forme, du sens ou d'une combinaison de caractéristiques, par exemple nom, verbe, adjectif, etc.) ) any of the word classes to which a word may be assigned in a given language, based on form, meaning, or a combination of features, e.g. noun, verb, adjective, etc.
gen
(genre (classification formelle selon laquelle les noms et pronoms et souvent les qualificatifs associés sont groupés et fléchis, ou prennent une autre forme afin d'exprimer certaines relations syntaxiques)) formal classification by which nouns and pronouns, and often accompanying modifiers, are grouped and inflected, or changed in form, so as to control certain syntactic relationships
num
(nombre (par exemple singulier, pluriel, duel, etc.)) grammatical number, e.g. singular, plural, dual, …
animate
animate or inanimate
proper
proper noun or common noun
Note
A much fuller list of values for the type attribute may be generated from the dictionary of data element types under preparation as ISO TC 37/SC 3/WD 12 620, Computational Aids in Terminology. See ISO 12 620 for fuller details.
Utilisé par model.morphLike
Peut contenir
Declaration
element gram
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type { data.enumerated }?,
   macro.paraContent
}
Exemple
<entry>
 <form>
  <orth>pamplemousse</orth>
 </form>
 <gramGrp>
  <gram type="pos">noun</gram>
  <gram type="gen">masculine</gram>
 </gramGrp>
</entry>
Note
In terminological data, the <gram> element usually refers to the most recently specified <term> or <otherForm> element. In flat term entries, the group and depend attributes may be used to indicate exceptions to this general rule. In dictionaries, the element typically relates to the form or forms with which it is grouped in a <form> or other grouping element.