codemirror-spell-checker icon indicating copy to clipboard operation
codemirror-spell-checker copied to clipboard

Word without a "/" separator in dic file are not supported

Open henrisson opened this issue 1 year ago • 0 comments

Using the French dic and aff files from https://github.com/titoBouzout/Dictionaries/tree/master, I noticed that a lot of very common words are shown as misspelled. Example: "je".

In the dic file, this is the line defining the word:

je po:mg po:propersuj po:1pe is:epi is:sg

All the other words without a "/" character behaved the same. A quick regexp search and replace to add "/" solved the issue, but I was wondering whether that was actually the intended behavior.

henrisson avatar Jun 18 '23 22:06 henrisson