Re: Lemmatization

2011-06-08 Thread Robert Muir
On Wed, Jun 8, 2011 at 7:52 AM, Mohamed Yahya wrote: > You're right. Still, I am not sure if there is a library that would > take care of examples such as the one I gave. > which is why you might want to just pick one that is close to what you want, and then customize/tune it with any stuff parti

Re: Lemmatization

2011-06-08 Thread Karl Wettin
e if there is a library that would > take care of examples such as the one I gave. > > On Wed, Jun 8, 2011 at 11:25, Lahiru Samarakoon wrote: >> Hi, >> >>> >>> Is there something in Lucene that supports lemmatization of the following >>> form: >&

Re: Lemmatization

2011-06-08 Thread Mohamed Yahya
You're right. Still, I am not sure if there is a library that would take care of examples such as the one I gave. On Wed, Jun 8, 2011 at 11:25, Lahiru Samarakoon wrote: > Hi, > >> >> Is there something in Lucene that supports lemmatization of the following >> form: &

Re: Lemmatization

2011-06-08 Thread Lahiru Samarakoon
Hi, > > Is there something in Lucene that supports lemmatization of the following > form: > > Mexican --> Mexico (from adjective to name/noune) > > Lemmatization do not change part of speech. I think you are looking for a stemming algorithm. http://nlp.stanford.edu/

Lemmatization

2011-06-08 Thread Mohamed Yahya
Hi, Is there something in Lucene that supports lemmatization of the following form: Mexican --> Mexico (from adjective to name/noune) Thanks Mohamed  Yahya - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org