This repository was archived by the owner on Oct 7, 2024. It is now read-only.
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Incorrect singlurization with special cases 'wolves', 'calves', and 'shelves'. #80
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels