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

Check if word is plural/singular #9

Open
cristcost opened this issue Oct 28, 2015 · 2 comments
Open

Check if word is plural/singular #9

cristcost opened this issue Oct 28, 2015 · 2 comments

Comments

@cristcost
Copy link

Capability to check if word is singular or plural

assertTrue(English.isSingular("word"));
assertFalse(English.isPlural("word"));

assertFalse(English.isSingular("words"));
assertTrue(English.isPlural("words"));
@milgner
Copy link

milgner commented Nov 29, 2023

That would indeed be useful - I'm currently looking at a situation where the word already is in plural form and then it underwent double-pluralization. "Connectorses" sounds a bit Gollum-like, so we're having fun 🥳 😉

@jottinger
Copy link

This is related to issue #32 too.

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

3 participants