Re: better stemming engine than Porter?

2008-04-22 Thread Otis Gospodnetic
- Solr - Nutch - Original Message > From: Mathieu Lecarme <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Tuesday, April 22, 2008 3:57:15 AM > Subject: Re: better stemming engine than Porter? > > Porter stemmer is not only agressive, it is ugly, too. The genera

RE: better stemming engine than Porter?

2008-04-22 Thread Wagner,Harry
work with Solr. I'll open an issue for it so that it can (hopefully) be > integrated into the project. > > Cheers... harry > > -Original Message- > From: Mathieu Lecarme [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 22, 2008 3:57 AM > To: solr-user@lucen

Re: better stemming engine than Porter?

2008-04-22 Thread Jay
hat it can (hopefully) be integrated into the project. Cheers... harry -Original Message- From: Mathieu Lecarme [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 3:57 AM To: solr-user@lucene.apache.org Subject: Re: better stemming engine than Porter? Porter stemmer is not only agress

RE: better stemming engine than Porter?

2008-04-22 Thread Wagner,Harry
Thanks Ryan. I just opened SOLR-546. Please let me know if I can provide further help. Cheers! h -Original Message- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Monday, April 21, 2008 2:33 PM To: solr-user@lucene.apache.org Subject: Re: better stemming engine than Porter? Hey

RE: better stemming engine than Porter?

2008-04-22 Thread Wagner,Harry
(hopefully) be integrated into the project. Cheers... harry -Original Message- From: Mathieu Lecarme [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 3:57 AM To: solr-user@lucene.apache.org Subject: Re: better stemming engine than Porter? Porter stemmer is not only agressive,

Re: better stemming engine than Porter?

2008-04-22 Thread Mathieu Lecarme
Porter stemmer is not only agressive, it is ugly, too. The generated code is too old, too few object centric and should be too slow. If your kstem compile with java 1.4, why don't you suggest it to lucene core? M. Wagner,Harry a écrit : Hi HH, Here's a note I sent Solr-dev a while back: ---

Re: better stemming engine than Porter?

2008-04-21 Thread Chris Hostetter
: to create an issue, make an account on jira and post it... : https://issues.apache.org/jira/browse/SOLR : : Give that a try and holler if you have trouble. To elaborate more (and save some time on the question answering of the correct procedures) ... http://wiki.apache.org/solr/HowToContribu

Re: better stemming engine than Porter?

2008-04-21 Thread Ryan McKinley
Hey- to create an issue, make an account on jira and post it... https://issues.apache.org/jira/browse/SOLR Give that a try and holler if you have trouble. ryan On Apr 21, 2008, at 12:31 PM, Wagner,Harry wrote: Hi HH, Here's a note I sent Solr-dev a while back: --- I've implemented a Solr p

RE: better stemming engine than Porter?

2008-04-21 Thread Wagner,Harry
Hi HH, Here's a note I sent Solr-dev a while back: --- I've implemented a Solr plug-in that wraps KStem for Solr use (someone else had already written a Lucene wrapper for it). KStem is considered to be more appropriate for library usage since it is much less aggressive than Porter (i.e., searche