Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Incorrect singlurization with special cases 'wolves', 'calves', and 'shelves'. #80

Open
jimmiebfulton opened this issue Jul 4, 2021 · 0 comments

Comments

@jimmiebfulton
Copy link

Inflector singularizes these special cases as:

wolves => wof
calves => caf
shelves => shef

The equivalent pluralizations work correctly.

wolf => wolves
calf => calves
shelf => shelves

It would be easy to add these to the exceptions list, but I'm wondering if there is a smarter way to handle these?

https://www.thefreedictionary.com/words-that-end-in-lves

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

No branches or pull requests

1 participant