You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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.The text was updated successfully, but these errors were encountered: