I want to post something, so I'll post this little piece of code I made in php. I created a little "Pluralizer" (try the pluralizer here). It's very simple; it takes a singular noun, then returns it's plural. It's based on the algorithm by Damian Conway. See his paper, An Algorithmic Approach to English Pluralization. You can download the source here. The tarball contains: