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.pluralize() failing cases #523

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

RiTa.pluralize() failing cases #523

dhowe opened this issue Jul 16, 2018 · 5 comments

Comments

@dhowe
Copy link
Owner

dhowe commented Jul 16, 2018

RiTa.pluralize("turf") -> "turves", should be "turf" (uncountable)
RiTa.pluralize("macaroni") -> "macaronis", should be "macaroni" (uncountable)
RiTa.pluralize("spaghetti") -> "spaghettis", should be "spaghetti" (uncountable)
RiTa.pluralize("potpourri") -> "potpourris", should be "potpourri" (uncountable)
RiTa.pluralize("electrolysis") -> "electrolysis" instead of "electrolyses" (uncountable)

RiTa.pluralize("sheaf") -> "spooves", should be "spoofs"
RiTa.pluralize("spoof") -> "spooves", should be "spoofs"
RiTa.pluralize("proof") -> "prooves", should be "proofs"
RiTa.pluralize("roof") -> "rooves", should be "roofs" (maybe once ok, but now outdated)
RiTa.pluralize("disbelief") -> "disbelieves", should be "disbeliefs"
RiTa.pluralize("index") -> "indexices", should be "indices"
RiTa.pluralize("accomplice") -> "accomplis", should be "accomplices"

Other errors:

anythings
privacies
biochemistries
chemistries
pastas
anthraxes
makeups
humidities
appreciations
gulves
nones
biancoes
harborsides
funs
limboes
sheas
traffickings
overspendings
modesties
pastes
vertigoes
overcrowdings
quizes (should be quizzes)
servoes (should be servos)
saturations
smogs
dews
colloquiums
glees

@cqx931
Copy link
Collaborator

cqx931 commented Jul 16, 2018

Isn't 'turves' correct?
turf (countable and uncountable, plural turfs or turves)
http://www.dictionary.com/browse/turf?s=t

@dhowe
Copy link
Owner Author

dhowe commented Jul 16, 2018

I've never heard 'turves'... I think turf should be uncountable

@dhowe dhowe changed the title RiTa.pluralize() failing RiTa.pluralize() failing cases Nov 24, 2018
@lauralampariello
Copy link

Hello everybody, do you know in which file I can get the code of Rita.pluralize ()?
Thank you in advance

@lauralampariello
Copy link

Thank you so much!

@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

4 participants