OSError: [E941] Can't find model 'es'. It looks like you're trying to load a model from a shortcut, which is deprecated as of spaCy v3.0. To load the model, use its full name instead:
nlp = spacy.load("es_core_news_sm")
OS: Ubuntu 20
Python 3.8.5
spaCy 3.0.5
OSError: [E941] Can't find model 'es'. It looks like you're trying to load a model from a shortcut, which is deprecated as of spaCy v3.0. To load the model, use its full name instead:
nlp = spacy.load("es_core_news_sm")
OS: Ubuntu 20
Python 3.8.5
spaCy 3.0.5