Autocorrect for other languages
Opened this issue · 1 comments
Maia07 commented
Hello,
I've used this python library in my project, but it seems that only works with the English dictionary. Or does it work for other languages?
Because I would like to use to auto correct words in Portuguese.
Thanks,
Rita
SubrataSarkar32 commented
Check this out: https://github.com/SubrataSarkar32/autocorrect
You would get an idea of how to add a new language, though you need a word list in that language and a text file for training your model in that language. Feel free to contribute your work to my repo as well as here.