ropensci / hunspell

High-Performance Stemmer, Tokenizer, and Spell Checker for R
https://docs.ropensci.org/hunspell
Other
109 stars 44 forks source link

Wordlist case bug #29

Open jeroen opened 6 years ago

jeroen commented 6 years ago

Due to this upstream issue we cannot add custom words which are duplicates of existing words in the dictionary with a different case.

hunspell_check("Javascript", dict = dictionary(add_words = "Javascript"))
## FALSE
jeroen commented 5 years ago

This upstream bug is still the case in libhunspell 1.7.