hunspell icon indicating copy to clipboard operation
hunspell copied to clipboard

High-Performance Stemmer, Tokenizer, and Spell Checker for R

Results 8 hunspell issues
Sort by recently updated
recently updated
newest added

Maybe consider adding a wordlist for software engineers or students doing a B.Sc so that the spell checker would recognize words like backpatch, lexema. These are just two examples of...

Avoid the crash reported in https://github.com/ropensci/hunspell/issues/49 .

I've been facing an issue where hunspell_stem will crash with a C++ string constructor error: basic_string::_M_construct null not valid After that, the stemmed output is unusable. When using it in...

As added in rstudioapi 0.9.0: https://github.com/rstudio/rstudioapi/commit/84e061f192564daa9cc53927c52429e0c41d3b83

Greetings! I was using the spelling package, and I found that the following words are not in the Hunspell dictionary, but are found in Merriam-Webster's. Although I can add them...

Due to this [upstream issue](https://github.com/hunspell/hunspell/issues/523) we cannot add custom words which are duplicates of existing words in the dictionary with a different case. ```r hunspell_check("Javascript", dict = dictionary(add_words = "Javascript"))...

I'd like to be able to set a flag to ignore case in spell-checking. For example, with the flag set, all three of the below expressions would evaluate to TRUE....

I don't understand the [document and PDF examples](https://docs.ropensci.org/hunspell/articles/intro.html#check-documents). These words, while not in the dictionary, don't seem like mistakes. Would they get corrected? ``` [1] "auth" "CORBA" "cpu" [4] "cran"...