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 ?
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 ?