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

RiTa.singularize() failing cases #522

Open
dhowe opened this issue Jul 16, 2018 · 2 comments
Open

RiTa.singularize() failing cases #522

dhowe opened this issue Jul 16, 2018 · 2 comments

Comments

@dhowe
Copy link
Owner

dhowe commented Jul 16, 2018

Examples:

RiTa.singularize("hooves") -> "hoove", should be "hoof"
RiTa.singularize("thieves") -> "thieve", should be "thief"
RiTa.singularize("rabbis") -> "rabbis", should be "rabbi"
RiTa.singularize("flus") -> "flus", should be "flu"
RiTa.singularize("safaris") -> "safaris", should be "safari"
RiTa.singularize("sheaves") -> "sheave", should be "sheaf"
RiTa.singularize("uses") -> "us", should be "use"
RiTa.singularize("pinches") -> "pinche", should be "pinch"
RiTa.singularize("catharses")->cathars, should be "catharsis"
RiTa.singularize("indices")->cathars, should be "index"

@cqx931
Copy link
Collaborator

cqx931 commented Jul 23, 2018

Isn't 'flu' uncountable?

@dhowe
Copy link
Owner Author

dhowe commented Jul 23, 2018

Could be either way (whichever is easier): https://www.wordhippo.com/what-is/the-plural-of/flu.html

@dhowe dhowe changed the title RiTa.singularize() failing RiTa.singularize() failing cases Nov 24, 2018
@dhowe dhowe assigned kennyviperhk and unassigned cqx931 Sep 24, 2019
@dhowe dhowe assigned dhowe and cqx931 and unassigned kennyviperhk Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants