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

Pluralization gives dubious results on some corner cases #403

Open
alcinos opened this issue Oct 30, 2021 · 0 comments
Open

Pluralization gives dubious results on some corner cases #403

alcinos opened this issue Oct 30, 2021 · 0 comments

Comments

@alcinos
Copy link

alcinos commented Oct 30, 2021

Hi,
Thanks for providing and maintaining this library.

I noticed that some corner cases are not handled properly.
Notably:
from textblob import Word print(Word("lynx").pluralize()) # prints "lynges" print(Word("jeans").pluralize()) # prints "jeanss"
I'm not a native speaker but I can't find any mention of "lynges" in any dictionary, so I assume it's wrong. The merriam-webster suggests "lynxes".
The double s problem is self explanatory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant