Overview
| Comment: | [graphspell] French ad hoc suggestions |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | graphspell | rg |
| Files: | files | file ages | folders |
| SHA3-256: |
8e3fa05b02e22fa8a17a5d5251c9cb1b |
| User & Date: | olr on 2018-06-04 08:25:15 |
| Other Links: | branch diff | manifest | tags |
Context
|
2018-06-04
| ||
| 08:41 | [build][bug] DARG builder: regex for morphologies check-in: cf413a7637 user: olr tags: build, rg | |
| 08:25 | [graphspell] French ad hoc suggestions check-in: 8e3fa05b02 user: olr tags: graphspell, rg | |
| 08:11 | [graphspell] French ad hoc suggestions check-in: 7c28bd0420 user: olr tags: graphspell, rg | |
Changes
Modified graphspell/fr.py from [4dbcd15e45] to [05e046495e].
1 2 3 |
# French language
dSugg = {
| | < > | < < < > | | > > > | | | > < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# French language
dSugg = {
"bcp": "beaucoup",
"ca": "ça",
"cad": "c’est-à-dire",
"cb": "combien|CB",
"cdlt": "cordialement",
"construirent": "construire|construisirent|construisent|construiront"
"càd": "c’est-à-dire",
"dc": "de|donc",
"email": "courriel|e-mail|émail",
"emails": "courriels|e-mails",
"Etes-vous": "Êtes-vous",
"Etiez-vous": "Étiez-vous",
"Etions-nous": "Étions-nous",
"parce-que": "parce que",
"pcq": "parce que",
"pd": "pendant",
"pdq": "pendant que",
"pdt": "pendant",
"pdtq": "pendant que",
"pk": "pourquoi",
"pq": "pourquoi|PQ",
"prq": "presque",
"prsq": "presque",
"qcq": "quiconque",
"qq": "quelque",
"qqch": "quelque chose",
"qqn": "quelqu’un",
"qqne": "quelqu’une",
"qqs": "quelques",
"qqunes": "quelques-unes",
"qquns": "quelques-uns",
"tdq": "tandis que",
"tj": "toujours",
"tjs": "toujours",
"tq": "tant que|tandis que",
"ts": "tous",
"tt": "tant|tout",
"tte": "toute",
"ttes": "toutes",
"y’a": "y a"
}
|