Skip to content
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

English lemmatize returns funny nonsense lemma 'splitshine' for token 'e' #16

Closed
bartdpt opened this issue Aug 26, 2022 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@bartdpt
Copy link

bartdpt commented Aug 26, 2022

Probably not intended, but this comes up with the current version 0.8.0

import simplemma
simplemma.lemmatize("e", "en")
'spitshine'

BR,
Bart Depoortere

@adbar
Copy link
Owner

adbar commented Aug 30, 2022

@bartdpt Thanks for reporting the error! It's definitely a bug.

@adbar adbar added the bug Something isn't working label Aug 30, 2022
adbar added a commit that referenced this issue Aug 30, 2022
adbar added a commit that referenced this issue Aug 30, 2022
@adbar
Copy link
Owner

adbar commented Aug 30, 2022

The problem is now solved, I will issue a new release soon. Thanks again @bartdpt!

@adbar adbar closed this as completed Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants