Grammalecte  Check-in [9b2711f688]

Overview
Comment:[graphspell] add suggestion for pécunier
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | graphspell
Files: files | file ages | folders
SHA3-256: 9b2711f68893c488e17cbcf9c2133380b4b194702ee2b895ec72f8b2e777ac3f
User & Date: olr on 2020-04-06 21:03:13
Other Links: manifest | tags
Context
2020-04-07
07:06
[fr] ajustements check-in: 6cb5301887 user: olr tags: trunk, fr
2020-04-06
21:03
[graphspell] add suggestion for pécunier check-in: 9b2711f688 user: olr tags: trunk, graphspell
12:43
[fr] ajustements check-in: 749f9374be user: olr tags: trunk, fr
Changes

Modified graphspell-js/suggest.js from [b9786704df] to [64a0045832].

26
27
28
29
30
31
32


33
34
35
36
37
38
39
        ["mns", "min"],
        ["parce-que", "parce que"],
        ["pcq", "parce que"],
        ["pd", "pendant|pédé"],
        ["pdq", "pendant que"],
        ["pdt", "pendant"],
        ["pdtq", "pendant que"],


        ["pk", "pourquoi"],
        ["pkoi", "pourquoi"],
        ["pq", "pourquoi|PQ"],
        ["prq", "presque"],
        ["prsq", "presque"],
        ["qcq", "quiconque"],
        ["qd", "quand"],







>
>







26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
        ["mns", "min"],
        ["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"],

Modified graphspell/fr.py from [ec94a3663c] to [18cfc47a2f].

25
26
27
28
29
30
31


32
33
34
35
36
37
38
    "mns": "min",
    "parce-que": "parce que",
    "pcq": "parce que",
    "pd": "pendant",
    "pdq": "pendant que",
    "pdt": "pendant",
    "pdtq": "pendant que",


    "pk": "pourquoi",
    "pkoi": "pourquoi",
    "pq": "pourquoi|PQ",
    "prq": "presque",
    "prsq": "presque",
    "qcq": "quiconque",
    "qd": "quand",







>
>







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
    "mns": "min",
    "parce-que": "parce que",
    "pcq": "parce que",
    "pd": "pendant",
    "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",