Using a lemmatizer in ruby

Posted by Shreyas Satish on Stack Overflow See other posts from Stack Overflow or by Shreyas Satish
Published on 2010-04-10T19:35:41Z Indexed on 2010/04/10 19:43 UTC
Read the original article Hit count: 395

Filed under:
|
|

I have tried using a stemmer but the words it produces are just not upto the mark. It could be great if you could let me know any lemmatizer script there exists for ruby or a lemmatizer gem or an SQL query that bundles out the lemma of a word in the wordnet database. Cheers !

© Stack Overflow or respective owner

Related posts about lemmatization

Related posts about ruby