Open alipetiwala opened 5 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
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!
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?