From: "Michael W. Ryder" <_mwryder@...> Date: 2008-05-24T07:45:01+09:00 Subject: Re: #plural? or #singular? Mark Dodwell wrote: > Does anybody know an easy way to test if a word is singular or plural -- > something a bit smarter than just checking if there is an s on the end! > > Thanks, > > ~ Mark You might be able to use some form of dictionary lookup and that will help with words like mice, but it still will not help with words like moose where the singular and plural are the same.