aboSamoor / polyglot

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

unable to download models #204

Open adna9 opened 5 years ago

adna9 commented 5 years ago

im on ubuntu 18.4

unable to download models following error shows up

PolyGlot 2.0.4 by Fabien Letouzey. tellusererror POLYGLOT: main(): EngineCommand not set

wagslane commented 5 years ago

im getting a 404:

Error loading sentiment2.ru: HTTP Error 404: Not Found
noalevy commented 5 years ago

im on ubuntu 18.4

unable to download models following error shows up

PolyGlot 2.0.4 by Fabien Letouzey. tellusererror POLYGLOT: main(): EngineCommand not set

@adna9 I think you're mixing up 2 packages - PolyGlot 2.0.4 is not related to this repository

noalevy commented 5 years ago

im getting a 404:

Error loading sentiment2.ru: HTTP Error 404: Not Found

I'm also getting a 404:

[polyglot_data] Error loading transliteration2.en: HTTP Error 404: Not [polyglot_data] Found Error installing package. Retry? [n/y/e]

On retrying, I get the following error:

Traceback (most recent call last): File "[redacted]/venv/bin/polyglot", line 11, in load_entry_point('polyglot==16.7.4', 'console_scripts', 'polyglot')() File "/[redacted]/venv/lib/python3.6/site-packages/polyglot/main.py", line 280, in main args.func(args) File "/[redacted]/venv/lib/python3.6/site-packages/polyglot/main.py", line 110, in download halt_on_error=args.halt_on_error) File "/[redacted]/venv/lib/python3.6/site-packages/polyglot/downloader.py", line 676, in download if not self.download(msg.package.id, download_dir, AttributeError: 'NoneType' object has no attribute 'id'

noalevy commented 5 years ago

The downloader is trying to access polyglot.cs.stonybrook.edu/~polyglot, but there's nothing there. Have the models been moved to a different server?

vincenzomanzoni commented 5 years ago

+1, same here.

twentytwokhz commented 5 years ago

Is there any other server we can use to download the models? Those are critical for the everyday usage of the library

stgunholy commented 5 years ago

+1

ogiogi93 commented 5 years ago

+1 :(

noalevy commented 5 years ago

Looks like they're back on the server!

ogiogi93 commented 5 years ago

It's working!! thank you (人´∀`)

zjlxgxz commented 5 years ago

Hey, may I know is this issue solved?