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 Exception for CharArraySet when I do that.
Does anyone know where I can get a stemmer that fits my needs, or have tips on how to make it work with the KStem jars? Thanks!