adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
530 stars 128 forks source link

Suggested arsd.english.plural improvement #94

Open pineapplemachine opened 7 years ago

pineapplemachine commented 7 years ago

I happened to notice that, even setting aside exceptions, the current implementation only accounts for a subset of pluralization rules, and is incorrect for most words terminated by a vowel. A more complete progression of conditionals would be:

adamdruppe commented 7 years ago

On Wed, Nov 02, 2016 at 03:58:32PM -0700, Sophie Kirschner wrote:

I happened to notice that, even setting aside exceptions, the current implementation only accounts for a subset of pluralization rules. A more complete progression of conditionals would be:

Yeah, it was extremely minimal just for a few words.

But adding these are good ideas.