English and Polish lemmatization not working #11152
Replies: 2 comments 1 reply
-
Are you using the pretrained pipelines or custom ones? What version of spaCy etc are you using / what does Also note |
Beta Was this translation helpful? Give feedback.
-
Default pipelines from spacy, pl_core_media_sm and eng_core_media_sm. Sure thing, but the value returned for token.lemma is 0, and token.lemma_ is an empty string. I've checked that again in PyCharm and in bottom right hand corner where you have the list of your variables I saw that lemma and lemma_ attributes were respectively 0 and " ". Token's lang attribute was "pl" and "eng", depending on the language. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've tried lemmatization using both English and Polish pipelines, but it's not working. All lemmas return '0'. Any idea why it's not working?
Beta Was this translation helpful? Give feedback.
All reactions