Function pluralize:
Defined in module m_grammar (file: /std/modules/m_grammar.c)


Convert a noun to it's plural form.  Oddly enough, it's also quite
good at converting verbs to their singular form, since going from plural to
singular often entails adding an 's'.  Eg, they run, he runs.

Prototype:
string pluralize(string str);
