I want to check the grammatical mistakes of user data by using NLTK (python)? -
i have download language-check package , pasted in d:\lib\site-packages\nltk
when type code on python interpreter as:
import language_check
it gives me error: no module named language_check
.
you need install package first, example using
pip install language_check
here couple of links you:
Comments
Post a Comment