Does php have any function to deal with pluralising or depluralising words?
Obviously it's pretty easy to take off or replace the 's' at the end of words like 'apple' but other words are not so simple.
If php doesn't have a native way of dealing with it, how do other languages deal with the problem? Is there a function that can handle pluralisation/depluralisation or is the english language just too gramatically inconsistent?