I'm wondering if there is a way, given an arbitrary word and without knowing the meaning, to switch it from plural to non-plural form and back? I know the common case is the trailing s, such as
- disks -> disk,
- car -> cars,
- field -> fields
but then there are the odd cases like
- deer -> deer,
- person -> people,
- mongoose -> [I don't know],
- mouse -> mice
So is there a 'universal' (aka an exhaustive list of exceptions to the "s" rule) way to convert from singular to plural and back?