Replies: 2 comments
-
Hi @vrunm I have answered in the issue. It is caused by Lemmy relying on spacy v2 and DaCy relying on v3. Sadly Lemmy is no longer updated so you can't use both packages together. However the next iteration of DaCy will improve upon the Lemmatizer |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use Lemmy as a SpaCy integration following the instructions here. However, when I try running import lemmy.pipe I get the error ImportError: cannot import name 'PRON_LEMMA' from 'spacy.symbols' .
I'm using python 3.8 and SpaCy 3.3.0 with the DaCy pipeline.
I am using Spacy 3.3.0 and AllenNlp v1.5.0
I am running into this import issue:
cannot import name 'PRON_LEMMA' from 'spacy.symbols' (/opt/conda/lib/python3.7/site-packages/spacy/symbols.cpython-37m-x86_64-linux-gnu.so)
How do I get around this?
Thank you for you input.
Beta Was this translation helpful? Give feedback.
All reactions