Skip to content

Wrong singularization of most words ending in -ta #94

Description

@kiprobinsonknack

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

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