-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pronoun lemmas inconsistent with docs #686
Comments
Thanks! Looks like I broke something in the morphological analysis. |
Turns out this has been the behaviour for a long time. Interesting. The good news is that this means the model is correct — I was worried that I broke the calculation of these lemmas, and that meant the weights in the model we've all been using were wrong. That's not the case. We'll fix this bug in version 2.0, because we don't want to switch the behaviour in the code, and invalidate the model. |
Thanks! Definitely glad to hear the model wasn't wrong. |
Fixed in v1.7 |
Should I be surprised that nlp = spacy.load('de')
sentence = nlp('Er is wieder da.') I was expecting |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Unclear whether this is a bug or an issue with the docs, but when I lemmatize a pronoun in 1.3.0, I'm not seeing the
-PRON-
token a la https://spacy.io/docs/api/annotation#lemmatization:My Environment
The text was updated successfully, but these errors were encountered: