pablodms / spacy-spanish-lemmatizer

Spanish rule-based lemmatization for spaCy
MIT License
37 stars 6 forks source link

FileNotFoundError: [Errno 2] No such file or directory: spacy_spanish_lemmatizer/data/entries.json' #4

Closed sadakmed closed 4 years ago

sadakmed commented 4 years ago

You have this file missing!!

pablodms commented 4 years ago

Hello @sadakmed

Have you run python -m spacy_spanish_lemmatizer download wiki? Did it give you any errors?

The command downloads and parses the data from Wicktionary and generates the json files needed for lemmatization. entries.json is among them.