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

how to run language_check.tool("en-US") from pre-downloaded server #72

Open pvester opened 4 years ago

pvester commented 4 years ago

Hey,

I need to run the language-check package on a remote server that does not allow for the tool to download the "en-US" server (URLError) when its running there. I can do the pip install language_check but not download the server during runtime. Is there a way that I can manually download the "en-Us" server, copy it to the remote server and run language_check from there without connecting to the internet when i run the language_check.tool ?

venusafroid commented 4 years ago

Hey,I am wondering the same problem. Waiting for answering~