Skip to content
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
@jimmiebfulton

Description

@jimmiebfulton

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions