Open vanabel opened 7 years ago
I finally find the error are caused by the line: https://github.com/myint/language-check/blob/d0b845ce97e32665bde39b8717c9c293ef372383/language_check/__init__.py#L598
Since clearly the org.languagetool.server.HTTPServer
class does not exists in any version of languagetool( I checked version 2.2/3.2/3.9). But I don't know how to fix it.
Does language-check
work on the command line for you?
Hi! Since this project has been abandoned, I started a new fork over at https://github.com/jxmorris12/language_tool_python.
My version supports new versions of Java and LanguageTool. language-check
is stuck on Java 8 and LanguageTool 3.2; latest versions are Java 14 and LanguageTool 4.9!
I'm happy to help you with your issue if you raise it over at my repository! Thanks!
I use
vim-syntastic/syntastic
plugin in vim with python3 installed and install langugage_check by pip. As syntastic suggest the following setting forTeX
file, such that it view the file astext
and uselanguage_check
as a checker.It turns out, such setting not work on a
tex
file, the error message says:Can't figure out what's wrong?