Re: Plural only stemmer

2010-06-17 Thread Robert Muir
I created LUCENE-2503 to address this. On Thu, Jun 17, 2010 at 12:56 PM, Rachel Arbit wrote: > Hi all, > I'm having trouble finding a stemmer that's less aggressive than the > porter-stemmer, ideally, one that does only plural stemming. > I've been trying to get KStem to work by copying the luci

Re: Plural only stemmer

2010-06-17 Thread Ahmet Arslan
> I'm having trouble finding a stemmer that's less aggressive > than the > porter-stemmer, ideally, one that does only plural > stemming. Looks like PlingStemmer does this. http://www.mpi-inf.mpg.de/yago-naga/javatools/doc/javatools/parsers/PlingStemmer.html

Plural only stemmer

2010-06-17 Thread Rachel Arbit
Hi all, I'm having trouble finding a stemmer that's less aggressive than the porter-stemmer, ideally, one that does only plural stemming. I've been trying to get KStem to work by copying the lucid-kstem and lucid-solr-kstem jars from the lucid distribution into solr/lib, but I get a classNotFound E