Index: graphspell-js/suggest.js ================================================================== --- graphspell-js/suggest.js +++ graphspell-js/suggest.js @@ -9,10 +9,12 @@ ["cad", "c’est-à-dire"], ["cb", "combien|CB"], ["cdlt", "cordialement"], ["construirent", "construire|construisirent|construisent|construiront"], ["càd", "c’est-à-dire"], + ["chai", "j’sais|je sais"], + ["chais", "j’sais|je sais"], ["chui", "j’suis|je suis"], ["chuis", "j’suis|je suis"], ["dc", "de|donc"], ["done", "donc|donne"], ["email", "courriel|e-mail|émail"], Index: graphspell/fr.py ================================================================== --- graphspell/fr.py +++ graphspell/fr.py @@ -8,10 +8,12 @@ "cad": "c’est-à-dire", "cb": "combien|CB", "cdlt": "cordialement", "construirent": "construire|construisirent|construisent|construiront", "càd": "c’est-à-dire", + "chai": "j’sais|je sais", + "chais": "j’sais|je sais", "chui": "j’suis|je suis", "chuis": "j’suis|je suis", "done": "donc|donne", "dc": "de|donc", "email": "courriel|e-mail|émail",