eellak / gsoc2018-spacy

[GSOC] Greek language support for spacy.io python NLP software
http://nlpbuddy.io/gsoc
MIT License
97 stars 9 forks source link

Greek language model won't install #5

Closed gmarkop closed 5 years ago

gmarkop commented 5 years ago

How to reproduce the behaviour

Your Environment

gmarkop commented 5 years ago

I am trying to install the greek language model (Ubuntu 18.04) according to the documentation with:

python3 -m spacy download el_core_web_sm

and I receive following message:

No compatible model found for 'el_core_web_sm' (spaCy v2.0.18).

I have also tried 'python3 -m spacy download el' with the same response.

Any suggestions would be much appreciated. Thank you in advance!

mgogoulos commented 5 years ago

Confirm models can't be installed. @giannisdaras can you have a look?

giannisdaras commented 5 years ago

Hello. Thanks for reporting that. The issue is already known. Truth is that greek models are not yet uploaded in the stable spaCy version, but are indeed uploaded in the spacy-nightly version of spaCy. So, I would suggest installing spacy-nightly with pip install spacy-nightly and then download the Greek models with spacy download el_web_news_md spacy download el_core_news_md

Let me know if you found any trouble with that!

gmarkop commented 5 years ago

Thank you for your replies. Unfortunately, after I've installed spacy-nightly and tried spacy download el_web_news_md I got the message:

No compatible model found for 'el_web_news_md' (spaCy v2.1.0a7).

giannisdaras commented 5 years ago

Sorry, typo. Try again: spacy download el_core_news_md

gmarkop commented 5 years ago

Got it! Thank you very much! This will be very helpful for my introductory course in Computational Linguistics at the University. Congrats for your work on the greek language model and the complementary site nlpbuddy.io!

giannisdaras commented 5 years ago

Glad this is resolved and thanks for your kind words :) I would really like to hear about the response of the students to this and whatever you may need again, I am at your disposal.