EnNounPluralizer
org.beangle.commons.text.inflector.en.EnNounPluralizer
object EnNounPluralizer extends RuleBasedPluralizer
Attributes
- Graph
-
- Supertypes
- Self type
-
EnNounPluralizer.type
Members list
In this article
Converts a noun or pronoun to its plural form for the given number of instances. If number is 1, word is returned unchanged. The return value is not defined if this method is passed a plural form.
Converts a noun or pronoun to its plural form for the given number of instances. If number is 1, word is returned unchanged. The return value is not defined if this method is passed a plural form.
Converts a noun or pronoun to its plural form. This method is equivalent to calling pluralize(word, 2). The return value is not defined if this method is passed a plural form.
Converts a noun or pronoun to its plural form. This method is equivalent to calling pluralize(word, 2). The return value is not defined if this method is passed a plural form.