-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
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.
This would be helpful when using some NLP tools, like tokenizers, which often force text to lower case. Frequently, after tokenizing, I want to exclude words that are not in the dictionary. My current workaround is to force everything to uppercase.
hunspell_check("I'll")
[1] TRUE
hunspell_check("i'll")
[1] FALSE
hunspell_check("I'LL")
[1] TRUE
olivermagnanimous, henadzit, Peder2911, joereynolds and wdscxsj
Metadata
Metadata
Assignees
Labels
No labels