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

Popular posts from this blog

php - Autoloader issue not returning Class -

ruby - Prevent Custom Validation Error on Association -

c++ - Why am i getting wrong values when performing PE base relocation? -