myint / language-check

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

where to get the server? #52

Closed hscspring closed 6 years ago

hscspring commented 6 years ago

Hello, After I install language-check, and import it in my Jupyter Notebook,
When I run matches = tool.check(text), the server is local or from language tool server?

myint commented 6 years ago

By default, the server is launched locally by language-check. There is a --remote-host option for using it with a server you launch separately.

https://github.com/myint/language-check/blob/bbf3355aa380a4cdfed7670d3a18336b48751320/test_remote.bash