Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

RiTa.pluralize() failing cases #523

@dhowe

Description

@dhowe

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions