Re: Lemmatisation support in Solr

2009-07-21 Thread Benson Margulies
There are for-money solutions to this. On Tue, Jul 21, 2009 at 10:04 AM, Grant Ingersoll wrote: > Sounds like you need a TokenFilter that does lemmatisation.  I don't know of > any open ones off hand, but I haven't looked all that hard. > > On Jul 21, 2009, at 4:25 AM, prerna07 wrote: > >> >> Hi,

Re: Lemmatisation support in Solr

2009-07-21 Thread Grant Ingersoll
Sounds like you need a TokenFilter that does lemmatisation. I don't know of any open ones off hand, but I haven't looked all that hard. On Jul 21, 2009, at 4:25 AM, prerna07 wrote: Hi, I am implementing Lemmatisation in Solr, which means if user looks for "Mouse" then it should display res

Re: Lemmatisation support in Solr

2009-07-21 Thread JCodina
I think that to get the best results you need some kind of natural language processing I'm trying to do so using UIMA but i need to integrate it with SOLR as I explain in this post http://www.nabble.com/Solr-and-UIMA-tc24567504.html prerna07 wrote: > > Hi, > > I am implementing Lemmatisation