Hi all,
I need to process a French text with a lot of spelling error, one of the most common ones is incorrect accents.
Ex: chomage instead of chômage.
I would like to recognize the word chomage as a correct word instead of throwing it into the list of typo error words. Is there any option in the check() function for this? Or is there a French dictionary which include non-accent form of the word?
Thanks a lot for your help.