Re: Stemmer algorithms

2006-02-13 Thread jason
Hi, I have test some stemmer algorithms in my application. However, i think we'd better writer a weaker algorithm. I mean, the Porter and some other algorithms are too strong. maybe an algorithm which can convert plural to single noun is enough. On 2/14/06, Yilmazel, Sibel <[EMAIL P

Re: Stemmer algorithms

2006-02-13 Thread Otis Gospodnetic
e for download, so you should be able to try both K-stem and Porter and compare. Otis - Original Message From: "Yilmazel, Sibel" <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Mon 13 Feb 2006 01:41:52 PM EST Subject: Stemmer algorithms Hello all, We have

Stemmer algorithms

2006-02-13 Thread Yilmazel, Sibel
However, Porter2 is the most widely used stemming algorithm AND it is a 'strong' stemmer which is contrary to what is said above. Can you share your ideas, experiences with stemmer algorithms? Thanks in advance. Sibel -