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

language-check hangs during initialization. #40

Open 2ank3th opened 7 years ago

2ank3th commented 7 years ago

I am using language-check for few days without an issue. Today, Language-check hangs for 10+ minutes during self.grammarTool = language_check.LanguageTool('en-US') . I am using language-check-1.0 with python 2.7.13.

Looks like _server_is_alive() is not working correctly and multiple servers are created on the same port.

vishnumenon commented 6 years ago

@2ank3th Did you find a solution for this problem? I'm experiencing it too, seems like it just appeared out of nowhere

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!