att.entryLike

att.entryLike regroupe les différents types d’entrées de dictionnaire. 9.1 Dictionary Body and Overall Structure 9.2 The Structure of Dictionary Entries
Moduledictionaries — 9 Dictionaries
Membres entry entryFree superEntry
Attributs
typedans des dictionnaires multi-types, indique le type d'entrée
Statut Requis quand applicable
Type de données
data.enumerated
Les valeurs suggérées comprennent:
main
a main entry (default). [Valeur par défaut]
hom
(entrée séparée pour un homographe.) groups information relating to one homograph within an entry.
xref
(courte entrée qui ne sert qu’à pointer vers une entrée principale (par exemple, pour les formes d'un verbe irrégulier ou pour des variantes orthographiques : était pointant vers être, ou clef pointant vers clé).) a reduced entry whose only function is to point to another main entry (e.g. for forms of an irregular verb or for variant spellings: was pointing to be, or esthete to aesthete).
affix
an entry for a prefix, infix, or suffix.
abbr
(entrée pour une abréviation.) an entry for an abbreviation.
supplemental
a supplemental entry (for use in dictionaries which issue supplements to their main work in which they include updated information about entries).
foreign
an entry for a foreign word in a monolingual dictionary.
sortKeycontient une suite triable de caractères rendant compte de la position alphabétique de l'entrée dans le dictionnaire imprimé.
Statut Optionel
Type de données
data.word
Valeurs any sequence of characters which, when sorted with the other values, will produced the desired order; specifics of sort key construction are application-dependent.
Note
Dictionary order often differs from the collation sequence of machine-readable character sets; in English-language dictionaries, an entry for 4-H will often appear alphabetized under ‘fourh’, and McCoy may be alphabetized under‘maccoy’, while A1, A4, and A5 may all appear in numeric order ‘alphabetized’ between ‘a-’ and ‘AA’. The sort key is required if the orthography of the dictionary entry does not suffice to determine its location.
Note
The global n attribute may be used to encode the homograph numbers attached to entries for homographs.