We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REP
Hi,
When I ask suggestions of a word that is missing an accent, I don't obtain the right word:
dico.suggest('completement') // ["comportement"] // instead of "complètement" dico.suggest('buche') // ["bruche", "bouche", "muche", "huche", "boche"] // instead of "bûche"
Also, even though those statement are present in my fr_FR.aff file, they are not used by the suggestion engine:
fr_FR.aff
REP faisez$ faites REP puit puits
when tried, those words output this:
dico.suggest('faisez') // ["faisiez", "fraisez", "taisez", "frisez", "baisez"] dico.suggest('puit') // ["punit", "puait", "put", "putt", "duit"]
Did I miss a configuration step? Are my .aff + .dic files wrong?
.aff + .dic
Thank you for your help.
Best, GJ.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When I ask suggestions of a word that is missing an accent, I don't obtain the right word:
Also, even though those statement are present in my
fr_FR.aff
file, they are not used by the suggestion engine:when tried, those words output this:
Did I miss a configuration step? Are my
.aff + .dic
files wrong?Thank you for your help.
Best,
GJ.
The text was updated successfully, but these errors were encountered: