Have you looked for any open source lemmatizers? I didn't find any in a quick search, but there probably are some out there.

Also, is there a particular reason you are after lemmatization instead of stemming? Maybe a "light" stemmer plus synonyms might suffice?

On Mar 17, 2009, at 6:02 AM, dabboo wrote:


Hi,

I am implementing Lemmatisation in Solr, which means if user looks for
"Mouse" then it should display results of Mouse and Mice both. I understand that this is something context search. I think of using synonym for this but
then synonyms.txt will be having so many records and this will keep on
adding.

Please suggest how I can implement it in some other way.

Thanks,
Amit Garg
--
View this message in context: 
http://www.nabble.com/Lemmatisation-search-in-Solr-tp22555854p22555854.html
Sent from the Solr - User mailing list archive at Nabble.com.


Reply via email to