Skip to content
New issue

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

Does not suggest accents and don't use REP statement (in french) #58

Open
jguillon opened this issue Feb 14, 2017 · 0 comments
Open

Does not suggest accents and don't use REP statement (in french) #58

jguillon opened this issue Feb 14, 2017 · 0 comments

Comments

@jguillon
Copy link

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:

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?

Thank you for your help.

Best,
GJ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant