Closed ivanierruk closed 3 years ago
Hello @ivanierruk,
Sorry for my late reply,
The problem is related to the release of spaCy 3.0. They changed the add_pipe
signature so the example code did not work.
I have addressed this issue so the component is now compatible with spaCy 3.0 and I have also updated the example code. You should download or install the latest version of spacy_spanish_lemmatizer
via git or pip in order to solve the error.
Thank you very much for spotting this compatibility issue. Let me know if the error persists.
Best regards
Hi Pablo,
Thank you very much for your help, the lemmatizer is now working again.
I'll close the issue,
best regards!!
I'm using linux manjaro OS, a venv with python 3.8 and 3.9, i was able to use the spanish lemmatizer following the instructions, but recently i'm having this error which indicates something with the factory_name not being correct:
I don't understand what the problem is, since it worked and i have not updated or moved anything, here's the code:
i hope you can help me with the issue, thank you very much, best regards!!