Index: gc_lang/fr/dictionnaire/lexique/french.tagset.txt ================================================================== --- gc_lang/fr/dictionnaire/lexique/french.tagset.txt +++ gc_lang/fr/dictionnaire/lexique/french.tagset.txt @@ -22,10 +22,11 @@ Adverbe :W (élém: ÉW) Adverbe de négation :X Interjection :J (élém: ÉJ) Nombre cardinal :B + Nombre romain :Br Titre :T Préfixe :Zp Suffixe :Zs Mot erroné :F Index: graphspell-js/lexgraph_fr.js ================================================================== --- graphspell-js/lexgraph_fr.js +++ graphspell-js/lexgraph_fr.js @@ -155,10 +155,11 @@ [':M2', [" patronyme,", "Patronyme, matronyme, nom de famille…"]], [':MP', [" nom propre,", "Nom propre"]], [':W', [" adverbe,", "Adverbe"]], [':J', [" interjection,", "Interjection"]], [':B', [" nombre,", "Nombre"]], + [':Br', [" nombre romain,", "Nombre romain"]], [':T', [" titre,", "Titre de civilité"]], [':e', [" épicène", "épicène"]], [':m', [" masculin", "masculin"]], [':f', [" féminin", "féminin"]], Index: graphspell/lexgraph_fr.py ================================================================== --- graphspell/lexgraph_fr.py +++ graphspell/lexgraph_fr.py @@ -162,10 +162,11 @@ ':M2': (" patronyme,", "Patronyme, matronyme, nom de famille…"), ':MP': (" nom propre,", "Nom propre"), ':W': (" adverbe,", "Adverbe"), ':J': (" interjection,", "Interjection"), ':B': (" nombre,", "Nombre"), + ':Br': (" nombre romain,", "Nombre romain"), ':T': (" titre,", "Titre de civilité"), ':e': (" épicène", "épicène"), ':m': (" masculin", "masculin"), ':f': (" féminin", "féminin"),