aboSamoor / polyglot

Multilingual text (NLP) processing toolkit
http://polyglot-nlp.com
Other
2.28k stars 337 forks source link

Connection refused when attempting to download model #251

Closed mwesthelle closed 2 years ago

mwesthelle commented 2 years ago

Hi. Today I started getting a "Connection Refused" error when attempting to download a model using downloader API.

>>> downloader.download("morph2.pt")
[polyglot_data] Error loading morph2.pt: <urlopen error [Errno 111]
[polyglot_data]     Connection refused>
False

Does anyone know what could be the reason?

Thanks in advance.

mwesthelle commented 2 years ago

It seems to be back on :)