clj-commons.humanize.inflect
(source)Functions and rules for pluralizing nouns.
| Public Variable | Short Description |
|---|---|
| add-pluralize-noun-exceptions (clj) | Adds some number of exception cases. |
| add-pluralize-noun-rule (clj) | Adds a rule for pluralizing. |
| in? (clj) | Return true if x is in coll, else false. |
| pluralize-noun (clj) | Return the pluralized noun if the `count' is not 1. |