Overview
Comment: | [graphspell] default suggestions for French language |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | graphspell | rg |
Files: | files | file ages | folders |
SHA3-256: |
7290d51bd914ca8d2848eeb4c6993fb2 |
User & Date: | olr on 2018-06-03 08:32:19 |
Other Links: | branch diff | manifest | tags |
Context
2018-06-03
| ||
09:05 | [graphspell] default suggestions for French language check-in: fd12f98d29 user: olr tags: graphspell, rg | |
08:32 | [graphspell] default suggestions for French language check-in: 7290d51bd9 user: olr tags: graphspell, rg | |
08:31 | [graphspell] default suggestions: handle casing check-in: 5f36613e44 user: olr tags: graphspell, rg | |
Changes
Modified graphspell/fr.py from [132fbb7316] to [fd3907e461].
1 2 3 4 | # French language dSugg = { "parce-que": "parce que", | > > > > > > > | > > > > > > > > > > > > > > > > | > | > > > | 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 | # French language dSugg = { "bcp": "beaucoup", "ca": "ça", "cad": "c’est-à-dire", "càd": "c’est-à-dire", "cb": "combien|CB", "cdlt": "cordialement", "dc": "de|donc", "parce-que": "parce que", "pcq": "parce que", "pk": "pourquoi", "prq": "presque", "prsq": "presque", "pd": "pendant", "pdt": "pendant", "pdq": "pendant que", "pdtq": "pendant que", "pq": "pourquoi|PQ", "qcq": "quiconque", "qqch": "quelque chose", "qqn": "quelqu’un", "qqne": "quelqu’une", "qq": "quelque", "qqs": "quelques", "qquns": "quelques-uns", "qqunes": "quelques-unes", "ts": "tous", "tt": "tant|tout", "tte": "toute", "ttes": "toutes", "tq": "tant que|tandis que", "tdq": "tandis que", } |