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

How can language-check connect to a remote languagetool server? #4

Closed fekete-robert closed 7 years ago

fekete-robert commented 9 years ago

Hi,

Is it possible to configure language-check not to start a local languagetool server, but connect to a remote, already running instance? I haven't found it in the docs, and I'm not a programmer, so couldn't figure it out from the code.

The idea would be to run a central languagetool server, and my clients would connect to it using language-check (and various languagetool plugins).

Kind Regards,

Robert Fekete

myint commented 9 years ago

That feature does not currently exist.

sfbrian commented 9 years ago

I'd like to see this as well. Does this only currently support local instances of LanguageTool?

myint commented 9 years ago

Correct, it currently only supports the local instance that gets started by language-check itself.

myint commented 7 years ago

This is closed by #34.