Overview
| Comment: | [fr] gendicfr: nouvelle étiquette: nbro -> :Br |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fr |
| Files: | files | file ages | folders |
| SHA3-256: |
4f1912a8b744f4568af5498528114c6c |
| User & Date: | olr on 2020-04-27 20:20:17 |
| Other Links: | manifest | tags |
Context
|
2020-04-29
| ||
| 11:42 | [fr] ajustements check-in: 6cf63a47ef user: olr tags: trunk, fr | |
|
2020-04-27
| ||
| 20:20 | [fr] gendicfr: nouvelle étiquette: nbro -> :Br check-in: 4f1912a8b7 user: olr tags: trunk, fr | |
| 20:19 | [fr] ajustements et faux positifs check-in: 3d715934bb user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/dictionnaire/genfrdic.py from [90f52ffd17] to [d814056e92].
| ︙ | ︙ | |||
1188 1189 1190 1191 1192 1193 1194 |
return "# :POS ;LEX ~SEM =FQ /DIC\n"
def getGrammarCheckerRepr (self):
return "{0.sFlexion}\t{0.oEntry.lemma}\t{1}\n".format(self, self._getSimpleTags())
_dTagReplacement = {
# POS
| | | 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 |
return "# :POS ;LEX ~SEM =FQ /DIC\n"
def getGrammarCheckerRepr (self):
return "{0.sFlexion}\t{0.oEntry.lemma}\t{1}\n".format(self, self._getSimpleTags())
_dTagReplacement = {
# POS
"nom": ":N", "adj": ":A", "adv": ":W", "negadv": ":X", "mg": ":G", "nb": ":B", "nbro": ":Br",
"loc.nom": ":Ñ", "loc.adj": ":Â", "loc.adv": ":Ŵ", "loc.verb": ":Ṽ",
"interj": ":J", "loc.interj": ":Ĵ", "titr": ":T",
"mas": ":m", "fem": ":f", "epi": ":e", "sg": ":s", "pl": ":p", "inv": ":i",
"infi": ":Y",
"ppre": ":P", "ppas": ":Q",
"ipre": ":Ip", "iimp": ":Iq", "ipsi": ":Is", "ifut": ":If",
"spre": ":Sp", "simp": ":Sq", "cond": ":K", "impe": ":E",
|
| ︙ | ︙ |