$pluralMap
$pluralMap :
Map english plural to singular suffixes.
Creates singulars from plurals.
singularify(string $plural) : string|array
Returns the singular form of a word.
If the method can't determine the form with certainty, an array of the possible singulars is returned.
string | $plural | A word in plural form |
The singular form or an array of possible singular forms
Loading…