I am currently using hunspell_check() function in hunspell package in R to classify words as correct or incorrect. But the dictionary it uses is case sensitive.
Is there a way to specify case insensitivity if I have to continue using the same package? Or is there any other package in R which I can use?