-
-
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
💫 Lemmatizer should apply rules on OOV words #781
Comments
@honnibal thanks for looking into this -- Know I understand the problem better. Looking forward to a fix as I think it will greatly improve the performance of my methods. Kindly let me know if I can help with the patch. |
@juanmirocks If you have time to add the patch to The only thing that's important is to make sure it's properly tested. In this case, I think it'd be fine to just add a regression test for this issue, using the above examples. |
Thanks Ines.
I will gladly help and try. Is that patch code all what is necessary as per
decided for Hannibal?
I will dive in
…On Mon, 30 Jan 2017 at 14:48, Ines Montani ***@***.***> wrote:
@juanmirocks <https://github.com/juanmirocks> If you have time to add the
patch to lemmatizer.py and make a pull request, that would be great 👍
The only thing that's important is to make sure it's properly tested. In
this case, I think it'd be fine to just add a regression test
<https://github.com/explosion/spaCy/blob/master/CONTRIBUTING.md#fixing-bugs>
for this issue, using the above examples.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#781 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGQH0KVj1NvUEf7qdGmE9e2roqlMaOAks5rXeoZgaJpZM4LwgLo>
.
|
Other examples that I will use for debugging and testing:
|
Pull request created |
Merged! |
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. |
@juanmirocks points out in #327 that the lemmatizer fails on OOV words:
Suggested patch to lemmatizer.py
Your Environment
The text was updated successfully, but these errors were encountered: