RE: SnowballFilter

2008-07-24 Thread Eric Hamacher
Oh, I see it's a separate distribution. Sorry! -Original Message- From: Eric Hamacher [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 9:34 AM To: java-user@lucene.apache.org Subject: SnowballFilter Hello: Is it my imagination, or did SnowballFilter disappear from 2.3.

SnowballFilter

2008-07-24 Thread Eric Hamacher
Hello: Is it my imagination, or did SnowballFilter disappear from 2.3.x? I am looking through lucene-core-2.3.0.jar and lucene-core-2.3.2.jar and cannot find it. If so, what replaced it? Thanks Regards, Eric Hamacher ** THIS EMAIL IS INTENDED ONLY

Re: tell snowballfilter not to stem certain words?

2007-08-16 Thread karl wettin
16 aug 2007 kl. 20.34 skrev Donna L Gresh: Apologies if this is in the FAQ or elsewhere available but I could not find this. Can I provide a list of words that should *not* be stemmed by the SnowballFilter? If it is a static list, simply add it as an exception in the snowball code and

Re: tell snowballfilter not to stem certain words?

2007-08-16 Thread Erick Erickson
e but I could not > find this. > > Can I provide a list of words that should *not* be stemmed by the > SnowballFilter? My analyzer looks like this: > > analyzer = new StandardAnalyzer(stopwords) { > public TokenStream tokenStream(String fieldName, java.io.Reader > reader

tell snowballfilter not to stem certain words?

2007-08-16 Thread Donna L Gresh
Apologies if this is in the FAQ or elsewhere available but I could not find this. Can I provide a list of words that should *not* be stemmed by the SnowballFilter? My analyzer looks like this: analyzer = new StandardAnalyzer(stopwords) { public TokenStream tokenStream(String fieldName