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

Does this support the new api? #65

Open alipetiwala opened 5 years ago

alipetiwala commented 5 years ago

As seen below the LT api has changed, but this client only works for 3.2:

https://languagetool.org/http-api/swagger-ui/#/default

How can I make this work for newer LT 4.4?

milanpatel commented 4 years ago

Please let me know if you have figured out how to use the latest LanguageTool version with language check. I thought there should be some config where we can specify. I tried to pip install language_tool from which this one is forked and it is downloading the latest version of LT

jxmorris12 commented 4 years ago

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!