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 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,
 Prerna
 

-- 
View this message in context: 
http://www.nabble.com/Lemmatisation-support-in-Solr-tp24583655p24583841.html
Sent from the Solr - User mailing list archive at Nabble.com.



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 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,
Prerna
--
View this message in context: 
http://www.nabble.com/Lemmatisation-support-in-Solr-tp24583655p24583655.html
Sent from the Solr - User mailing list archive at Nabble.com.



--
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)  
using Solr/Lucene:

http://www.lucidimagination.com/search



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 Ingersollgsing...@apache.org 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,

 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,
 Prerna
 --
 View this message in context:
 http://www.nabble.com/Lemmatisation-support-in-Solr-tp24583655p24583655.html
 Sent from the Solr - User mailing list archive at Nabble.com.


 --
 Grant Ingersoll
 http://www.lucidimagination.com/

 Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using
 Solr/Lucene:
 http://www.lucidimagination.com/search