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

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -