pluralize
pluralize copied to clipboard
Pluralize or singularize any word based on a count
Having 'goose/geese' defined as an irregular rule was causing incorrect pluralization of goose species, e.g. 'Canada goose' => 'Canada gooses'. Using a pluralization/singularization rule for goose/geese fixes this issue.
It would be great if the types could now be included in this package. Makes the out of the box dev experience for TS developers much nicer. Happy to raise...
Testing with R pluralize on vwr english.words from CELEX (~66K) returns ~600 inconsistencies: library(pluralize) library(vwr) dat
In reality, it pluralizes and singularizes _English_ words.
Hi, are there any plans to migrate this module to ES6 modules?
Fixes #137