Is there a vocabulary library that can recognize different forms as one word? Like this:
Built, Builds, Building => Build
Ate, Eaten, Eats, Eating => Eat
Tables => Table
Is there a vocabulary library that can recognize different forms as one word? Like this:
Built, Builds, Building => Build
Ate, Eaten, Eats, Eating => Eat
Tables => Table
Porter Stemmer for Ruby with description/explanation here
This one isn't specifically, for Ruby, but the Wordlists project has a dictionary called 2of12inf, which includes these different forms (inflections) of words.