Grammalecte  Check-in [7c28bd0420]

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: 7c28bd04207a043f32a373de2d418e24bc9ca7c8f5b780964ded9f506c5a1c5a
User & Date: olr on 2018-06-04 08:11:23
Other Links: branch diff | manifest | tags
Context
2018-06-04
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
2018-06-03
17:43
[core] gc engine, text processor: remove useless commands, code clarification check-in: 6e4f6d12f0 user: olr tags: core, rg
Changes

Modified graphspell/fr.py from [215809bae0] to [4dbcd15e45].

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
# 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",
    "y’a": "y a"
}








>


>
>
>
>
>


















>
>








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",
    "càd": "c’est-à-dire",
    "cb": "combien|CB",
    "construirent": "construire|construisirent|construisent|construiront"
    "cdlt": "cordialement",
    "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",
    "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",
    "tj": "toujours",
    "tjs": "toujours",
    "ts": "tous",
    "tt": "tant|tout",
    "tte": "toute",
    "ttes": "toutes",
    "tq": "tant que|tandis que",
    "tdq": "tandis que",
    "y’a": "y a"
}