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 -

javascript - How can I reference jquery library using cgi methods in ruby? -

ruby - Prevent Custom Validation Error on Association -