Discussion module:section/analyse/test

Bonjour, vous êtes venu ici pour chercher la signification du mot Discussion module:section/analyse/test. Dans DICTIOUS, vous trouverez non seulement toutes les significations du dictionnaire pour le mot Discussion module:section/analyse/test, mais vous apprendrez également son étymologie, ses caractéristiques et comment dire Discussion module:section/analyse/test au singulier et au pluriel. Tout ce que vous devez savoir sur le mot Discussion module:section/analyse/test est ici. La définition du mot Discussion module:section/analyse/test vous aidera à être plus précis et correct lorsque vous parlerez ou écrirez vos textes. Connaître la définition deDiscussion module:section/analyse/test, ainsi que celles d'autres mots, enrichit votre vocabulaire et vous fournit des ressources linguistiques plus nombreuses et de meilleure qualité.

Python

# Conversion de certains modèles de section non orthodoxes (pas de la forme {{-xxx-}})
(u"\{\{trad-trier\}\}", r"{{-trad-trier-}}"),

# Conversion des anciens modèles
(u"*\{\{-(.+?)-\}\}*", r"===== {{S|\1}} ====="),		# Sections normales : niveau 5
(u"*\{\{-(.+?)-\|(.+?)\}\}*", r"=== {{S|\1|\2}} ==="),	# Types de mots (car avec paramètre) : niveau 3
(u"\{\{S\|flex-(.+?)\|(.+?)\}\}", r"{{S|\1|\2|flexion}}"),	# Flexion : maintenant un simple paramètre (numéro 2)
(u"\{\{S\|loc-(.+?)\}\}", r"{{S|\1}}"),				# Locution : maintenant déduit automatiquement donc inutile

# Sections sans modèles : on leur met quand même le modèle pour les repérer
(u"==*(+)*==", r"== {{S|\1}} =="),
# Sections de titres normaux
(u"\n*=**\{\{S\|(vocabulaire apparenté|voc|vocabulaire proche|vocabulaire)\}\}*=**\r", u"\n==== {{S|vocabulaire}} ===="),
(u"\n*=**\{\{S\|(étym|etym|étymologie)\}\}*=**\r", u"\n=== {{S|étymologie}} ==="),
(u"\n*=**\{\{S\|(vidéos)\}\}*=**\r", u"\n==== {{S|vidéos}} ===="),
(u"\n*=**\{\{S\|(tropo|troponymes)\}\}*=**\r", u"\n==== {{S|troponymes}} ===="),
(u"\n*=**\{\{S\|(écrit|écriture)\}\}*=**\r", u"\n=== {{S|écriture}} ==="),
(u"\n*=**\{\{S\|(dico-sino|sino-dico|dico sinogrammes)\}\}*=**\r", u"\n=== {{S|dico sinogrammes}} ==="),
(u"\n*=**\{\{S\|(paro|paronymes)\}\}*=**\r", u"\n==== {{S|paronymes}} ===="),
(u"\n*=**\{\{S\|(trad|traductions)\}\}*=**\r", u"\n==== {{S|traductions}} ===="),
(u"\n*=**\{\{S\|(hypervb|hyper-verbes)\}\}*=**\r", u"\n==== {{S|hyper-verbes}} ===="),
(u"\n*=**\{\{S\|(dérivés int|drv-int|dérivés autres langues)\}\}*=**\r", u"\n==== {{S|dérivés autres langues}} ===="),
(u"\n*=**\{\{S\|(ant|anto|antonymes)\}\}*=**\r", u"\n==== {{S|antonymes}} ===="),
(u"\n*=**\{\{S\|(augm|augmentatifs)\}\}*=**\r", u"\n==== {{S|augmentatifs}} ===="),
(u"\n*=**\{\{S\|(homo|homophones)\}\}*=**\r", u"\n==== {{S|homophones}} ===="),
(u"\n*=**\{\{S\|(pron|prononciations|prononciation)\}\}*=**\r", u"\n=== {{S|prononciation}} ==="),
(u"\n*=**\{\{S\|(hyper|hyperonymes)\}\}*=**\r", u"\n==== {{S|hyperonymes}} ===="),
(u"\n*=**\{\{S\|(taux de reconnaissance)\}\}*=**\r", u"\n=== {{S|taux de reconnaissance}} ==="),
(u"\n*=**\{\{S\|(décl|déclinaison)\}\}*=**\r", u"\n==== {{S|déclinaison}} ===="),
(u"\n*=**\{\{S\|(voir|voir aussi)\}\}*=**\r", u"\n=== {{S|voir aussi}} ==="),
(u"\n*=**\{\{S\|(variantes ortho|var-ortho|variantes orthographiques)\}\}*=**\r", u"\n==== {{S|variantes orthographiques}} ===="),
(u"\n*=**\{\{S\|(compos|composés)\}\}*=**\r", u"\n==== {{S|composés}} ===="),
(u"\n*=**\{\{S\|(var|variantes)\}\}*=**\r", u"\n==== {{S|variantes}} ===="),
(u"\n*=**\{\{S\|(phrases)\}\}*=**\r", u"\n==== {{S|phrases}} ===="),
(u"\n*=**\{\{S\|(holo|holonymes)\}\}*=**\r", u"\n==== {{S|holonymes}} ===="),
(u"\n*=**\{\{S\|(note|notes)\}\}*=**\r", u"\n===== {{S|notes}} ====="),
(u"\n*=**\{\{S\|(gent|gentilés)\}\}*=**\r", u"\n==== {{S|gentilés}} ===="),
(u"\n*=**\{\{S\|(translit|translittérations)\}\}*=**\r", u"\n==== {{S|translittérations}} ===="),
(u"\n*=**\{\{S\|(bib|bibliographie)\}\}*=**\r", u"\n==== {{S|bibliographie}} ===="),
(u"\n*=**\{\{S\|(tran|trans|transcriptions)\}\}*=**\r", u"\n==== {{S|transcriptions}} ===="),
(u"\n*=**\{\{S\|(src|sources)\}\}*=**\r", u"\n==== {{S|sources}} ===="),
(u"\n*=**\{\{S\|(drv|dérivés)\}\}*=**\r", u"\n==== {{S|dérivés}} ===="),
(u"\n*=**\{\{S\|(apr|app|apparentés étymologiques|apparentés)\}\}*=**\r", u"\n==== {{S|apparentés}} ===="),
(u"\n*=**\{\{S\|(variantes dial|var-dial|dial|variantes dialectes|dialectes|variantes dialectales)\}\}*=**\r", u"\n==== {{S|variantes dialectales}} ===="),
(u"\n*=**\{\{S\|(conjug|conjugaison)\}\}*=**\r", u"\n==== {{S|conjugaison}} ===="),
(u"\n*=**\{\{S\|(ref|référence|réf|références)\}\}*=**\r", u"\n=== {{S|références}} ==="),
(u"\n*=**\{\{S\|(hist|attest|attestations)\}\}*=**\r", u"\n==== {{S|attestations}} ===="),
(u"\n*=**\{\{S\|(syn|synonymes)\}\}*=**\r", u"\n==== {{S|synonymes}} ===="),
(u"\n*=**\{\{S\|(abrév|abréviations)\}\}*=**\r", u"\n==== {{S|abréviations}} ===="),
(u"\n*=**\{\{S\|(faux-amis)\}\}*=**\r", u"\n==== {{S|faux-amis}} ===="),
(u"\n*=**\{\{S\|(modphon|mutation|modification phonétique)\}\}*=**\r", u"\n==== {{S|modification phonétique}} ===="),
(u"\n*=**\{\{S\|(trad trier|trad-trier|traductions à trier)\}\}*=**\r", u"\n===== {{S|traductions à trier}} ====="),
(u"\n*=**\{\{S\|(méro|méronymes)\}\}*=**\r", u"\n==== {{S|méronymes}} ===="),
(u"\n*=**\{\{S\|(quasi-syn|q-syn|quasi-synonymes)\}\}*=**\r", u"\n==== {{S|quasi-synonymes}} ===="),
(u"\n*=**\{\{S\|(noms-vern|noms vernaculaires)\}\}*=**\r", u"\n==== {{S|noms vernaculaires}} ===="),
(u"\n*=**\{\{S\|(hypo|hyponymes)\}\}*=**\r", u"\n==== {{S|hyponymes}} ===="),
(u"\n*=**\{\{S\|(cit|citations)\}\}*=**\r", u"\n==== {{S|citations}} ===="),
(u"\n*=**\{\{S\|(anciennes ortho|ortho-arch|anciennes orthographes)\}\}*=**\r", u"\n==== {{S|anciennes orthographes}} ===="),
(u"\n*=**\{\{S\|(dimin|diminutifs)\}\}*=**\r", u"\n==== {{S|diminutifs}} ===="),
(u"\n*=**\{\{S\|(anagr|anagramme|anagrammes)\}\}*=**\r", u"\n=== {{S|anagrammes}} ==="),

# Sections de types
(u"\n*=**\{\{S\|(pronom)\|(.+?)\}\}*=**\r", u"\n=== {{S|pronom|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(copule)\|(.+?)\}\}*=**\r", u"\n=== {{S|copule|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adj-int|adjectif int|adjectif interrogatif)\|(.+?)\}\}*=**\r", u"\n=== {{S|adjectif interrogatif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(circon|circonf|circonfixe)\|(.+?)\}\}*=**\r", u"\n=== {{S|circonfixe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(sinog|sino|sinogramme)\|(.+?)\}\}*=**\r", u"\n=== {{S|sinogramme|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(inf|infixe)\|(.+?)\}\}*=**\r", u"\n=== {{S|infixe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adjectif rel|adj-rel|adjectif relatif)\|(.+?)\}\}*=**\r", u"\n=== {{S|adjectif relatif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(quantif|quantificateur)\|(.+?)\}\}*=**\r", u"\n=== {{S|quantificateur|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(verb-pr|verbe pr|verbe pronominal)\|(.+?)\}\}*=**\r", u"\n=== {{S|verbe pronominal|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adjectif qualificatif|adj|adjectif)\|(.+?)\}\}*=**\r", u"\n=== {{S|adjectif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(pronom réf|pronom-per|pronom réfléchi|pronom-réfl|pronom-pers|pronom personnel)\|(.+?)\}\}*=**\r", u"\n=== {{S|pronom personnel|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(postpos|post|postposition)\|(.+?)\}\}*=**\r", u"\n=== {{S|postposition|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(rafsi)\|(.+?)\}\}*=**\r", u"\n=== {{S|rafsi|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(art-part|article par|article partitif)\|(.+?)\}\}*=**\r", u"\n=== {{S|article partitif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(prénom)\|(.+?)\}\}*=**\r", u"\n=== {{S|prénom|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(interf|interfixe)\|(.+?)\}\}*=**\r", u"\n=== {{S|interfixe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adv-rel|adverbe rel|adverbe relatif)\|(.+?)\}\}*=**\r", u"\n=== {{S|adverbe relatif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(pronom dém|pronom-dém|pronom démonstratif)\|(.+?)\}\}*=**\r", u"\n=== {{S|pronom démonstratif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adj-dém|adjectif dém|adjectif démonstratif)\|(.+?)\}\}*=**\r", u"\n=== {{S|adjectif démonstratif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(verb|verbe)\|(.+?)\}\}*=**\r", u"\n=== {{S|verbe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adjectif ind|adj-indéf|adjectif indéfini)\|(.+?)\}\}*=**\r", u"\n=== {{S|adjectif indéfini|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adv-ind|adverbe ind|adverbe indéfini)\|(.+?)\}\}*=**\r", u"\n=== {{S|adverbe indéfini|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adj-excl|adjectif exc|adjectif exclamatif)\|(.+?)\}\}*=**\r", u"\n=== {{S|adjectif exclamatif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(patronyme)\|(.+?)\}\}*=**\r", u"\n=== {{S|patronyme|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(aff|affixe)\|(.+?)\}\}*=**\r", u"\n=== {{S|affixe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(loc-phr|phrase|locution phrase|locution-phrase|locution-phrase)\|(.+?)\}\}*=**\r", u"\n=== {{S|locution-phrase|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(conj-coord|conjonction coo|conjonction de coordination)\|(.+?)\}\}*=**\r", u"\n=== {{S|conjonction de coordination|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(dét|déterminant)\|(.+?)\}\}*=**\r", u"\n=== {{S|déterminant|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(part-num|particule num|particule numérale)\|(.+?)\}\}*=**\r", u"\n=== {{S|particule numérale|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(pré-verbe)\|(.+?)\}\}*=**\r", u"\n=== {{S|pré-verbe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(pronom-adjectif)\|(.+?)\}\}*=**\r", u"\n=== {{S|pronom-adjectif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(symb|symbole)\|(.+?)\}\}*=**\r", u"\n=== {{S|symbole|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adverbe int|adv-int|adverbe interrogatif)\|(.+?)\}\}*=**\r", u"\n=== {{S|adverbe interrogatif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(préf|préfixe)\|(.+?)\}\}*=**\r", u"\n=== {{S|préfixe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adjectif pos|adj-pos|adjectif possessif)\|(.+?)\}\}*=**\r", u"\n=== {{S|adjectif possessif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(onoma|onom|onomatopée)\|(.+?)\}\}*=**\r", u"\n=== {{S|onomatopée|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(art-indéf|article ind|article indéfini)\|(.+?)\}\}*=**\r", u"\n=== {{S|article indéfini|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(nom-sciences|nom scient|nom science|nom scientifique)\|(.+?)\}\}*=**\r", u"\n=== {{S|nom scientifique|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(interj|interjection)\|(.+?)\}\}*=**\r", u"\n=== {{S|interjection|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(variante typo|variante par contrainte typographique|var-typo|variante typographique)\|(.+?)\}\}*=**\r", u"\n=== {{S|variante typographique|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(article déf|art-déf|article défini)\|(.+?)\}\}*=**\r", u"\n=== {{S|article défini|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(pronom-rel|pronom rel|pronom relatif)\|(.+?)\}\}*=**\r", u"\n=== {{S|pronom relatif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(pronom int|pronom-int|pronom interrogatif)\|(.+?)\}\}*=**\r", u"\n=== {{S|pronom interrogatif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(encl|enclitique)\|(.+?)\}\}*=**\r", u"\n=== {{S|enclitique|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(part|particule)\|(.+?)\}\}*=**\r", u"\n=== {{S|particule|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(gismu)\|(.+?)\}\}*=**\r", u"\n=== {{S|gismu|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(racine)\|(.+?)\}\}*=**\r", u"\n=== {{S|racine|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(conj|conjonction)\|(.+?)\}\}*=**\r", u"\n=== {{S|conjonction|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(nom-fam|nom de famille)\|(.+?)\}\}*=**\r", u"\n=== {{S|nom de famille|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(pré-nom)\|(.+?)\}\}*=**\r", u"\n=== {{S|pré-nom|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(procl|proclitique)\|(.+?)\}\}*=**\r", u"\n=== {{S|proclitique|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adv-pron|adverbe pro|adverbe pronominal)\|(.+?)\}\}*=**\r", u"\n=== {{S|adverbe pronominal|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(prép|préposition)\|(.+?)\}\}*=**\r", u"\n=== {{S|préposition|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adjectif num|adj-num|adjectif numéral)\|(.+?)\}\}*=**\r", u"\n=== {{S|adjectif numéral|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(idéophone)\|(.+?)\}\}*=**\r", u"\n=== {{S|idéophone|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(num|numér|numéral)\|(.+?)\}\}*=**\r", u"\n=== {{S|numéral|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(class|classif|classificateur)\|(.+?)\}\}*=**\r", u"\n=== {{S|classificateur|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(lettre)\|(.+?)\}\}*=**\r", u"\n=== {{S|lettre|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(pronom ind|pronom-indéf|pronom indéfini)\|(.+?)\}\}*=**\r", u"\n=== {{S|pronom indéfini|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(prov|proverbe)\|(.+?)\}\}*=**\r", u"\n=== {{S|proverbe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(loc|locution)\|(.+?)\}\}*=**\r", u"\n=== {{S|locution|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(suf|suff|suffixe)\|(.+?)\}\}*=**\r", u"\n=== {{S|suffixe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(rad|radical)\|(.+?)\}\}*=**\r", u"\n=== {{S|radical|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(pronom pos|pronom-pos|pronom possessif)\|(.+?)\}\}*=**\r", u"\n=== {{S|pronom possessif|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(nom-pr|nom propre)\|(.+?)\}\}*=**\r", u"\n=== {{S|nom propre|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(nom commun|substantif|nom)\|(.+?)\}\}*=**\r", u"\n=== {{S|nom|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(adv|adverbe)\|(.+?)\}\}*=**\r", u"\n=== {{S|adverbe|" + r"\2}} ==="),
(u"\n*=**\{\{S\|(art|article)\|(.+?)\}\}*=**\r", u"\n=== {{S|article|" + r"\2}} ==="),
# Post traitement : espaces avant et après les sections
(u"+==", u"\n\n=="),      # On met une ligne vide avant, et une seule
(u"==+", u"==\n"),        # Pas de ligne vide après par contre (donc deux titres successifs ne sont pas espacés)
(u"^+", u""),             # Éviter les lignes vides en début de page (enlève la ligne vide du premier titre aussi)
# Paramètre num toujours à la fin
(u"\{\{S\|(.+?)(\|num=+?)(\|?.*)\}\}", r"{{S|\1\3\2}}"),

Javascript

// Liste créée via ]

sections = {
// Sections de titres normaux
"vocabulaire apparenté": {niveau: 4, nom_maj: "vocabulaire"},
"voc": {niveau: 4, nom_maj: "vocabulaire"},
"vocabulaire proche": {niveau: 4, nom_maj: "vocabulaire"},
"vocabulaire": {niveau: 4, nom_maj: "vocabulaire"},
"étym": {niveau: 3, nom_maj: "étymologie"},
"etym": {niveau: 3, nom_maj: "étymologie"},
"étymologie": {niveau: 3, nom_maj: "étymologie"},
"vidéos": {niveau: 4, nom_maj: "vidéos"},
"tropo": {niveau: 4, nom_maj: "troponymes"},
"troponymes": {niveau: 4, nom_maj: "troponymes"},
"écrit": {niveau: 3, nom_maj: "écriture"},
"écriture": {niveau: 3, nom_maj: "écriture"},
"dico-sino": {niveau: 3, nom_maj: "dico sinogrammes"},
"sino-dico": {niveau: 3, nom_maj: "dico sinogrammes"},
"dico sinogrammes": {niveau: 3, nom_maj: "dico sinogrammes"},
"paro": {niveau: 4, nom_maj: "paronymes"},
"paronymes": {niveau: 4, nom_maj: "paronymes"},
"trad": {niveau: 4, nom_maj: "traductions"},
"traductions": {niveau: 4, nom_maj: "traductions"},
"hypervb": {niveau: 4, nom_maj: "hyper-verbes"},
"hyper-verbes": {niveau: 4, nom_maj: "hyper-verbes"},
"dérivés int": {niveau: 4, nom_maj: "dérivés autres langues"},
"drv-int": {niveau: 4, nom_maj: "dérivés autres langues"},
"dérivés autres langues": {niveau: 4, nom_maj: "dérivés autres langues"},
"ant": {niveau: 4, nom_maj: "antonymes"},
"anto": {niveau: 4, nom_maj: "antonymes"},
"antonymes": {niveau: 4, nom_maj: "antonymes"},
"augm": {niveau: 4, nom_maj: "augmentatifs"},
"augmentatifs": {niveau: 4, nom_maj: "augmentatifs"},
"homo": {niveau: 4, nom_maj: "homophones"},
"homophones": {niveau: 4, nom_maj: "homophones"},
"pron": {niveau: 3, nom_maj: "prononciation"},
"prononciations": {niveau: 3, nom_maj: "prononciation"},
"prononciation": {niveau: 3, nom_maj: "prononciation"},
"hyper": {niveau: 4, nom_maj: "hyperonymes"},
"hyperonymes": {niveau: 4, nom_maj: "hyperonymes"},
"taux de reconnaissance": {niveau: 3, nom_maj: "taux de reconnaissance"},
"décl": {niveau: 4, nom_maj: "déclinaison"},
"déclinaison": {niveau: 4, nom_maj: "déclinaison"},
"voir": {niveau: 3, nom_maj: "voir aussi"},
"voir aussi": {niveau: 3, nom_maj: "voir aussi"},
"variantes ortho": {niveau: 4, nom_maj: "variantes orthographiques"},
"var-ortho": {niveau: 4, nom_maj: "variantes orthographiques"},
"variantes orthographiques": {niveau: 4, nom_maj: "variantes orthographiques"},
"compos": {niveau: 4, nom_maj: "composés"},
"composés": {niveau: 4, nom_maj: "composés"},
"var": {niveau: 4, nom_maj: "variantes"},
"variantes": {niveau: 4, nom_maj: "variantes"},
"phrases": {niveau: 4, nom_maj: "phrases"},
"holo": {niveau: 4, nom_maj: "holonymes"},
"holonymes": {niveau: 4, nom_maj: "holonymes"},
"note": {niveau: 5, nom_maj: "notes"},
"notes": {niveau: 5, nom_maj: "notes"},
"gent": {niveau: 4, nom_maj: "gentilés"},
"gentilés": {niveau: 4, nom_maj: "gentilés"},
"translit": {niveau: 4, nom_maj: "translittérations"},
"translittérations": {niveau: 4, nom_maj: "translittérations"},
"bib": {niveau: 4, nom_maj: "bibliographie"},
"bibliographie": {niveau: 4, nom_maj: "bibliographie"},
"tran": {niveau: 4, nom_maj: "transcriptions"},
"trans": {niveau: 4, nom_maj: "transcriptions"},
"transcriptions": {niveau: 4, nom_maj: "transcriptions"},
"src": {niveau: 4, nom_maj: "sources"},
"sources": {niveau: 4, nom_maj: "sources"},
"drv": {niveau: 4, nom_maj: "dérivés"},
"dérivés": {niveau: 4, nom_maj: "dérivés"},
"apr": {niveau: 4, nom_maj: "apparentés"},
"app": {niveau: 4, nom_maj: "apparentés"},
"apparentés étymologiques": {niveau: 4, nom_maj: "apparentés"},
"apparentés": {niveau: 4, nom_maj: "apparentés"},
"variantes dial": {niveau: 4, nom_maj: "variantes dialectales"},
"var-dial": {niveau: 4, nom_maj: "variantes dialectales"},
"dial": {niveau: 4, nom_maj: "variantes dialectales"},
"variantes dialectes": {niveau: 4, nom_maj: "variantes dialectales"},
"dialectes": {niveau: 4, nom_maj: "variantes dialectales"},
"variantes dialectales": {niveau: 4, nom_maj: "variantes dialectales"},
"conjug": {niveau: 4, nom_maj: "conjugaison"},
"conjugaison": {niveau: 4, nom_maj: "conjugaison"},
"ref": {niveau: 3, nom_maj: "références"},
"référence": {niveau: 3, nom_maj: "références"},
"réf": {niveau: 3, nom_maj: "références"},
"références": {niveau: 3, nom_maj: "références"},
"hist": {niveau: 4, nom_maj: "attestations"},
"attest": {niveau: 4, nom_maj: "attestations"},
"attestations": {niveau: 4, nom_maj: "attestations"},
"syn": {niveau: 4, nom_maj: "synonymes"},
"synonymes": {niveau: 4, nom_maj: "synonymes"},
"abrév": {niveau: 4, nom_maj: "abréviations"},
"abréviations": {niveau: 4, nom_maj: "abréviations"},
"faux-amis": {niveau: 4, nom_maj: "faux-amis"},
"modphon": {niveau: 4, nom_maj: "modification phonétique"},
"mutation": {niveau: 4, nom_maj: "modification phonétique"},
"modification phonétique": {niveau: 4, nom_maj: "modification phonétique"},
"trad trier": {niveau: 5, nom_maj: "traductions à trier"},
"trad-trier": {niveau: 5, nom_maj: "traductions à trier"},
"traductions à trier": {niveau: 5, nom_maj: "traductions à trier"},
"méro": {niveau: 4, nom_maj: "méronymes"},
"méronymes": {niveau: 4, nom_maj: "méronymes"},
"quasi-syn": {niveau: 4, nom_maj: "quasi-synonymes"},
"q-syn": {niveau: 4, nom_maj: "quasi-synonymes"},
"quasi-synonymes": {niveau: 4, nom_maj: "quasi-synonymes"},
"noms-vern": {niveau: 4, nom_maj: "noms vernaculaires"},
"noms vernaculaires": {niveau: 4, nom_maj: "noms vernaculaires"},
"hypo": {niveau: 4, nom_maj: "hyponymes"},
"hyponymes": {niveau: 4, nom_maj: "hyponymes"},
"cit": {niveau: 4, nom_maj: "citations"},
"citations": {niveau: 4, nom_maj: "citations"},
"anciennes ortho": {niveau: 4, nom_maj: "anciennes orthographes"},
"ortho-arch": {niveau: 4, nom_maj: "anciennes orthographes"},
"anciennes orthographes": {niveau: 4, nom_maj: "anciennes orthographes"},
"dimin": {niveau: 4, nom_maj: "diminutifs"},
"diminutifs": {niveau: 4, nom_maj: "diminutifs"},
"anagr": {niveau: 3, nom_maj: "anagrammes"},
"anagramme": {niveau: 3, nom_maj: "anagrammes"},
"anagrammes": {niveau: 3, nom_maj: "anagrammes"},

// Sections de types
"pronom": { niveau: 3, nom_maj: "pronom", hasCode:1},
"copule": { niveau: 3, nom_maj: "copule", hasCode:1},
"adj-int": { niveau: 3, nom_maj: "adjectif interrogatif", hasCode:1},
"adjectif int": { niveau: 3, nom_maj: "adjectif interrogatif", hasCode:1},
"adjectif interrogatif": { niveau: 3, nom_maj: "adjectif interrogatif", hasCode:1},
"circon": { niveau: 3, nom_maj: "circonfixe", hasCode:1},
"circonf": { niveau: 3, nom_maj: "circonfixe", hasCode:1},
"circonfixe": { niveau: 3, nom_maj: "circonfixe", hasCode:1},
"sinog": { niveau: 3, nom_maj: "sinogramme", hasCode:1},
"sino": { niveau: 3, nom_maj: "sinogramme", hasCode:1},
"sinogramme": { niveau: 3, nom_maj: "sinogramme", hasCode:1},
"inf": { niveau: 3, nom_maj: "infixe", hasCode:1},
"infixe": { niveau: 3, nom_maj: "infixe", hasCode:1},
"adjectif rel": { niveau: 3, nom_maj: "adjectif relatif", hasCode:1},
"adj-rel": { niveau: 3, nom_maj: "adjectif relatif", hasCode:1},
"adjectif relatif": { niveau: 3, nom_maj: "adjectif relatif", hasCode:1},
"quantif": { niveau: 3, nom_maj: "quantificateur", hasCode:1},
"quantificateur": { niveau: 3, nom_maj: "quantificateur", hasCode:1},
"verb-pr": { niveau: 3, nom_maj: "verbe pronominal", hasCode:1},
"verbe pr": { niveau: 3, nom_maj: "verbe pronominal", hasCode:1},
"verbe pronominal": { niveau: 3, nom_maj: "verbe pronominal", hasCode:1},
"adjectif qualificatif": { niveau: 3, nom_maj: "adjectif", hasCode:1},
"adj": { niveau: 3, nom_maj: "adjectif", hasCode:1},
"adjectif": { niveau: 3, nom_maj: "adjectif", hasCode:1},
"pronom réf": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom-per": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom réfléchi": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom-réfl": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom-pers": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"pronom personnel": { niveau: 3, nom_maj: "pronom personnel", hasCode:1},
"postpos": { niveau: 3, nom_maj: "postposition", hasCode:1},
"post": { niveau: 3, nom_maj: "postposition", hasCode:1},
"postposition": { niveau: 3, nom_maj: "postposition", hasCode:1},
"rafsi": { niveau: 3, nom_maj: "rafsi", hasCode:1},
"art-part": { niveau: 3, nom_maj: "article partitif", hasCode:1},
"article par": { niveau: 3, nom_maj: "article partitif", hasCode:1},
"article partitif": { niveau: 3, nom_maj: "article partitif", hasCode:1},
"prénom": { niveau: 3, nom_maj: "prénom", hasCode:1},
"interf": { niveau: 3, nom_maj: "interfixe", hasCode:1},
"interfixe": { niveau: 3, nom_maj: "interfixe", hasCode:1},
"adv-rel": { niveau: 3, nom_maj: "adverbe relatif", hasCode:1},
"adverbe rel": { niveau: 3, nom_maj: "adverbe relatif", hasCode:1},
"adverbe relatif": { niveau: 3, nom_maj: "adverbe relatif", hasCode:1},
"pronom dém": { niveau: 3, nom_maj: "pronom démonstratif", hasCode:1},
"pronom-dém": { niveau: 3, nom_maj: "pronom démonstratif", hasCode:1},
"pronom démonstratif": { niveau: 3, nom_maj: "pronom démonstratif", hasCode:1},
"adj-dém": { niveau: 3, nom_maj: "adjectif démonstratif", hasCode:1},
"adjectif dém": { niveau: 3, nom_maj: "adjectif démonstratif", hasCode:1},
"adjectif démonstratif": { niveau: 3, nom_maj: "adjectif démonstratif", hasCode:1},
"verb": { niveau: 3, nom_maj: "verbe", hasCode:1},
"verbe": { niveau: 3, nom_maj: "verbe", hasCode:1},
"adjectif ind": { niveau: 3, nom_maj: "adjectif indéfini", hasCode:1},
"adj-indéf": { niveau: 3, nom_maj: "adjectif indéfini", hasCode:1},
"adjectif indéfini": { niveau: 3, nom_maj: "adjectif indéfini", hasCode:1},
"adv-ind": { niveau: 3, nom_maj: "adverbe indéfini", hasCode:1},
"adverbe ind": { niveau: 3, nom_maj: "adverbe indéfini", hasCode:1},
"adverbe indéfini": { niveau: 3, nom_maj: "adverbe indéfini", hasCode:1},
"adj-excl": { niveau: 3, nom_maj: "adjectif exclamatif", hasCode:1},
"adjectif exc": { niveau: 3, nom_maj: "adjectif exclamatif", hasCode:1},
"adjectif exclamatif": { niveau: 3, nom_maj: "adjectif exclamatif", hasCode:1},
"patronyme": { niveau: 3, nom_maj: "patronyme", hasCode:1},
"aff": { niveau: 3, nom_maj: "affixe", hasCode:1},
"affixe": { niveau: 3, nom_maj: "affixe", hasCode:1},
"loc-phr": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"phrase": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"locution phrase": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"locution-phrase": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"locution-phrase": { niveau: 3, nom_maj: "locution-phrase", hasCode:1},
"conj-coord": { niveau: 3, nom_maj: "conjonction de coordination", hasCode:1},
"conjonction coo": { niveau: 3, nom_maj: "conjonction de coordination", hasCode:1},
"conjonction de coordination": { niveau: 3, nom_maj: "conjonction de coordination", hasCode:1},
"dét": { niveau: 3, nom_maj: "déterminant", hasCode:1},
"déterminant": { niveau: 3, nom_maj: "déterminant", hasCode:1},
"part-num": { niveau: 3, nom_maj: "particule numérale", hasCode:1},
"particule num": { niveau: 3, nom_maj: "particule numérale", hasCode:1},
"particule numérale": { niveau: 3, nom_maj: "particule numérale", hasCode:1},
"pré-verbe": { niveau: 3, nom_maj: "pré-verbe", hasCode:1},
"pronom-adjectif": { niveau: 3, nom_maj: "pronom-adjectif", hasCode:1},
"symb": { niveau: 3, nom_maj: "symbole", hasCode:1},
"symbole": { niveau: 3, nom_maj: "symbole", hasCode:1},
"adverbe int": { niveau: 3, nom_maj: "adverbe interrogatif", hasCode:1},
"adv-int": { niveau: 3, nom_maj: "adverbe interrogatif", hasCode:1},
"adverbe interrogatif": { niveau: 3, nom_maj: "adverbe interrogatif", hasCode:1},
"préf": { niveau: 3, nom_maj: "préfixe", hasCode:1},
"préfixe": { niveau: 3, nom_maj: "préfixe", hasCode:1},
"adjectif pos": { niveau: 3, nom_maj: "adjectif possessif", hasCode:1},
"adj-pos": { niveau: 3, nom_maj: "adjectif possessif", hasCode:1},
"adjectif possessif": { niveau: 3, nom_maj: "adjectif possessif", hasCode:1},
"onoma": { niveau: 3, nom_maj: "onomatopée", hasCode:1},
"onom": { niveau: 3, nom_maj: "onomatopée", hasCode:1},
"onomatopée": { niveau: 3, nom_maj: "onomatopée", hasCode:1},
"art-indéf": { niveau: 3, nom_maj: "article indéfini", hasCode:1},
"article ind": { niveau: 3, nom_maj: "article indéfini", hasCode:1},
"article indéfini": { niveau: 3, nom_maj: "article indéfini", hasCode:1},
"nom-sciences": { niveau: 3, nom_maj: "nom scientifique", hasCode:1},
"nom scient": { niveau: 3, nom_maj: "nom scientifique", hasCode:1},
"nom science": { niveau: 3, nom_maj: "nom scientifique", hasCode:1},
"nom scientifique": { niveau: 3, nom_maj: "nom scientifique", hasCode:1},
"interj": { niveau: 3, nom_maj: "interjection", hasCode:1},
"interjection": { niveau: 3, nom_maj: "interjection", hasCode:1},
"variante typo": { niveau: 3, nom_maj: "variante typographique", hasCode:1},
"variante par contrainte typographique": { niveau: 3, nom_maj: "variante typographique", hasCode:1},
"var-typo": { niveau: 3, nom_maj: "variante typographique", hasCode:1},
"variante typographique": { niveau: 3, nom_maj: "variante typographique", hasCode:1},
"article déf": { niveau: 3, nom_maj: "article défini", hasCode:1},
"art-déf": { niveau: 3, nom_maj: "article défini", hasCode:1},
"article défini": { niveau: 3, nom_maj: "article défini", hasCode:1},
"pronom-rel": { niveau: 3, nom_maj: "pronom relatif", hasCode:1},
"pronom rel": { niveau: 3, nom_maj: "pronom relatif", hasCode:1},
"pronom relatif": { niveau: 3, nom_maj: "pronom relatif", hasCode:1},
"pronom int": { niveau: 3, nom_maj: "pronom interrogatif", hasCode:1},
"pronom-int": { niveau: 3, nom_maj: "pronom interrogatif", hasCode:1},
"pronom interrogatif": { niveau: 3, nom_maj: "pronom interrogatif", hasCode:1},
"encl": { niveau: 3, nom_maj: "enclitique", hasCode:1},
"enclitique": { niveau: 3, nom_maj: "enclitique", hasCode:1},
"part": { niveau: 3, nom_maj: "particule", hasCode:1},
"particule": { niveau: 3, nom_maj: "particule", hasCode:1},
"gismu": { niveau: 3, nom_maj: "gismu", hasCode:1},
"racine": { niveau: 3, nom_maj: "racine", hasCode:1},
"conj": { niveau: 3, nom_maj: "conjonction", hasCode:1},
"conjonction": { niveau: 3, nom_maj: "conjonction", hasCode:1},
"nom-fam": { niveau: 3, nom_maj: "nom de famille", hasCode:1},
"nom de famille": { niveau: 3, nom_maj: "nom de famille", hasCode:1},
"pré-nom": { niveau: 3, nom_maj: "pré-nom", hasCode:1},
"procl": { niveau: 3, nom_maj: "proclitique", hasCode:1},
"proclitique": { niveau: 3, nom_maj: "proclitique", hasCode:1},
"adv-pron": { niveau: 3, nom_maj: "adverbe pronominal", hasCode:1},
"adverbe pro": { niveau: 3, nom_maj: "adverbe pronominal", hasCode:1},
"adverbe pronominal": { niveau: 3, nom_maj: "adverbe pronominal", hasCode:1},
"prép": { niveau: 3, nom_maj: "préposition", hasCode:1},
"préposition": { niveau: 3, nom_maj: "préposition", hasCode:1},
"adjectif num": { niveau: 3, nom_maj: "adjectif numéral", hasCode:1},
"adj-num": { niveau: 3, nom_maj: "adjectif numéral", hasCode:1},
"adjectif numéral": { niveau: 3, nom_maj: "adjectif numéral", hasCode:1},
"idéophone": { niveau: 3, nom_maj: "idéophone", hasCode:1},
"num": { niveau: 3, nom_maj: "numéral", hasCode:1},
"numér": { niveau: 3, nom_maj: "numéral", hasCode:1},
"numéral": { niveau: 3, nom_maj: "numéral", hasCode:1},
"class": { niveau: 3, nom_maj: "classificateur", hasCode:1},
"classif": { niveau: 3, nom_maj: "classificateur", hasCode:1},
"classificateur": { niveau: 3, nom_maj: "classificateur", hasCode:1},
"lettre": { niveau: 3, nom_maj: "lettre", hasCode:1},
"pronom ind": { niveau: 3, nom_maj: "pronom indéfini", hasCode:1},
"pronom-indéf": { niveau: 3, nom_maj: "pronom indéfini", hasCode:1},
"pronom indéfini": { niveau: 3, nom_maj: "pronom indéfini", hasCode:1},
"prov": { niveau: 3, nom_maj: "proverbe", hasCode:1},
"proverbe": { niveau: 3, nom_maj: "proverbe", hasCode:1},
"loc": { niveau: 3, nom_maj: "locution", hasCode:1},
"locution": { niveau: 3, nom_maj: "locution", hasCode:1},
"suf": { niveau: 3, nom_maj: "suffixe", hasCode:1},
"suff": { niveau: 3, nom_maj: "suffixe", hasCode:1},
"suffixe": { niveau: 3, nom_maj: "suffixe", hasCode:1},
"rad": { niveau: 3, nom_maj: "radical", hasCode:1},
"radical": { niveau: 3, nom_maj: "radical", hasCode:1},
"pronom pos": { niveau: 3, nom_maj: "pronom possessif", hasCode:1},
"pronom-pos": { niveau: 3, nom_maj: "pronom possessif", hasCode:1},
"pronom possessif": { niveau: 3, nom_maj: "pronom possessif", hasCode:1},
"nom-pr": { niveau: 3, nom_maj: "nom propre", hasCode:1},
"nom propre": { niveau: 3, nom_maj: "nom propre", hasCode:1},
"nom commun": { niveau: 3, nom_maj: "nom", hasCode:1},
"substantif": { niveau: 3, nom_maj: "nom", hasCode:1},
"nom": { niveau: 3, nom_maj: "nom", hasCode:1},
"adv": { niveau: 3, nom_maj: "adverbe", hasCode:1},
"adverbe": { niveau: 3, nom_maj: "adverbe", hasCode:1},
"art": { niveau: 3, nom_maj: "article", hasCode:1},
"article": { niveau: 3, nom_maj: "article", hasCode:1},
// Autres cas à remplacer
"étymologies": {niveau:3, nom_maj:"étymologie"},
"étymologies": {niveau:3, nom_maj:"étymologie"},
"référence": {niveau:3, nom_maj:"référence"},
"prononciations": {niveau:3, nom_maj:"prononciations"},

"quantifieur": {niveau:3, nom_maj:"quantificateur", hasCode:1},

"synonyme": {niveau:4, nom_maj:"synonymes"},
"antonyme": {niveau:4, nom_maj:"antonymes"},
"abréviation": {niveau:4, nom_maj:"abréviations"},
"variante": {niveau:4, nom_maj:"variantes"},
}