myint / language-check

Python wrapper for LanguageTool grammar checker
https://pypi.python.org/pypi/language-check
GNU Lesser General Public License v3.0
326 stars 102 forks source link

Can not use LanguageTool-3.7 #42

Closed pbms closed 6 years ago

pbms commented 7 years ago

Using "pip install" the language-check, the default LanguageTool is V3.2. When I try to replace the old version by LanguageTool-3.7, an error message occurs. How to use the latest version of LanguageTool? Thanks.

myint commented 7 years ago

What is the error message?

pbms commented 7 years ago

The error message is: PathError: can't find languagetool-standalone in 'C:\Users\m\Anaconda34\lib\site-packages\language_check\LanguageTool-3.7'.

I follow your instruction in pypi: The installation process should take care of downloading LanguageTool (it may take a few minutes). Otherwise, you can manually download LanguageTool-stable.zip and unzip it into where the language_check package resides.

Then, I download it and replace it.

pbms commented 7 years ago

BTW, another error message is:

Error: Error: Could not find or load main class org.languagetool.server.HTTPServer

myint commented 7 years ago

So what is in C:\Users\m\Anaconda34\lib\site-packages\language_check\LanguageTool-3.7?

pbms commented 7 years ago

Please ignore the error message your above-mentioned. I think this message is not caused by language-check.