myint / language-check

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

Windows Build #7

Open sils opened 9 years ago

sils commented 9 years ago

Hey,

we'd love to use language-check to get LanguageTool into coala. See https://groups.google.com/d/msg/coala-devel/JU7dGspgMv4/l7fIJrLNQgQJ fore more info.

You already do travis CI, I would love it if you could validate your software also against windows using a service like AppVeyor. We just did that with the coala project (https://github.com/coala-analyzer/coala/ ) and I'd be happy to help through suggestions although I don't have the time to do it for you.

jayvdb commented 7 years ago

Note that coala-bears is doing rudimentary checking on Appveyor. See https://ci.appveyor.com/project/coala/coala-bears/build/1.0.5781

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!