Grammalecte  Check-in [5fdc97b597]

Overview
Comment:[graphspell] suggestion: ca -> ça
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | graphspell | rg
Files: files | file ages | folders
SHA3-256: 5fdc97b597cbb8668d7890d57315bff1b7a4ae414b3eea95ea20c50930d85be4
User & Date: olr on 2018-06-02 20:45:39
Other Links: branch diff | manifest | tags
Context
2018-06-03
08:31
[graphspell] default suggestions: handle casing check-in: 5f36613e44 user: olr tags: graphspell, rg
2018-06-02
20:45
[graphspell] suggestion: ca -> ça check-in: 5fdc97b597 user: olr tags: graphspell, rg
18:58
[graphspell] add fr module + [core] code clarification: bShowRuleId check-in: 31ddfb6e1a user: olr tags: core, graphspell, rg
Changes

Modified graphspell/fr.py from [bcd5d1fc1b] to [132fbb7316].

1
2
3
4
5


6
# French language

dSugg = {
    "parce-que": "parce que",
    "Parce-que": "Parce que"


}




|
>
>

1
2
3
4
5
6
7
8
# French language

dSugg = {
    "parce-que": "parce que",
    "Parce-que": "Parce que",
    "ca": "ça",
    "Ca": "Ça"
}