Inflect functions
These functions provide word inflection features such as singularization and pluralization of English nouns.
These functions provide word inflection features such as singularization and pluralization of English nouns.
inflect.Humanize INPUT ⟼ stringReturns the humanized version of the input with the first letter capitalized. Read More »
inflect.Pluralize INPUT ⟼ stringPluralizes the given word according to a set of common English pluralization rules. Read More »
inflect.Singularize INPUT ⟼ stringSingularizes the given word according to a set of common English singularization rules. Read More »