Skip to content

Wrong singularization of most words ending in -ta #94

Open
@kiprobinsonknack

Description

Singularizing words ending in ta changes it to tum. I guess this was done for data -> datum but there are many examples where this is not the correct singularization. Probably data should be a special case?

Some examples:

singularize('ricotta');  // ricottum
singularize('trifecta');  // trifectum
singularize('regatta');  // regattum
singularize('iota');  // iotum
singularize('fajita');  // fajitum
singularize('delta');  // deltum
singularize('magenta');  // magentum
singularize('beta');  // betum

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions