Overview
Comment: | [graphspell] new ad hoc suggestions |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | graphspell |
Files: | files | file ages | folders |
SHA3-256: |
4a92ae342eca0fb60d0620cfab2d125f |
User & Date: | olr on 2023-03-23 11:14:51 |
Other Links: | manifest | tags |
Context
2023-03-23
| ||
13:44 | [lo] change colors to be compatible wth dark theme check-in: b541db43f2 user: olr tags: trunk, lo | |
11:14 | [graphspell] new ad hoc suggestions check-in: 4a92ae342e user: olr tags: trunk, graphspell | |
11:00 | [lo] Graphspell: remove trailing dot before looking for suggestions check-in: 159086011c user: olr tags: trunk, lo | |
Changes
Modified graphspell-js/lexgraph_fr.js from [55de15dee4] to [21af37a2c1].
︙ | ︙ | |||
46 47 48 49 50 51 52 | ["pk", "pourquoi"], ["pkoi", "pourquoi"], ["pq", "pourquoi|PQ"], ["prq", "presque"], ["prsq", "presque"], ["qcq", "quiconque"], ["qd", "quand"], | | > | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | ["pk", "pourquoi"], ["pkoi", "pourquoi"], ["pq", "pourquoi|PQ"], ["prq", "presque"], ["prsq", "presque"], ["qcq", "quiconque"], ["qd", "quand"], ["qq", "quelque|quelques"], ["qqch", "quelque chose"], ["qqn", "quelqu’un"], ["qqne", "quelqu’une"], ["qqp", "quelque part"], ["qqs", "quelques"], ["qqunes", "quelques-unes"], ["qquns", "quelques-uns"], ["ss", "se|sa|si|SS|sans|sous"], ["tdq", "tandis que"], ["tj", "toujours"], ["tjs", "toujours"], ["tps", "temps|tes"], ["tq", "tant que|tandis que"], ["ttq", "tant que"], ["ts", "tous"], |
︙ | ︙ |
Modified graphspell/lexgraph_fr.py from [1e111f6331] to [3aee616da9].
︙ | ︙ | |||
42 43 44 45 46 47 48 | "Etions-nous": "Étions-nous", "loins": "loin", "mn": "min", "mns": "min", "online": "en ligne", "parce-que": "parce que", "pcq": "parce que", | | | > | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | "Etions-nous": "Étions-nous", "loins": "loin", "mn": "min", "mns": "min", "online": "en ligne", "parce-que": "parce que", "pcq": "parce que", "pd": "pendant|pédé", "pdq": "pendant que", "pdt": "pendant", "pdtq": "pendant que", "pécunier": "pécuniaire", "pécuniers": "pécuniaires", "pk": "pourquoi", "pkoi": "pourquoi", "pq": "pourquoi|PQ", "prq": "presque", "prsq": "presque", "qcq": "quiconque", "qd": "quand", "qq": "quelque|quelques", "qqch": "quelque chose", "qqn": "quelqu’un", "qqne": "quelqu’une", "qqp": "quelque part", "qqs": "quelques", "qqunes": "quelques-unes", "qquns": "quelques-uns", "ss": "se|sa|si|SS|sans|sous", "tdq": "tandis que", "tj": "toujours", "tjs": "toujours", "tps": "temps|tes", "tq": "tant que|tandis que", "ttq": "tant que", "ts": "tous", |
︙ | ︙ |