Grammalecte  Check-in [8e3fa05b02]

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: 8e3fa05b02e22fa8a17a5d5251c9cb1bf567553ef60da50919a8b80ddf7bd6f5
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
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"
}



|


<

>

|








<
<
<

>

|
|

>
>

>



|
|

|


>




<
<


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"
}