I found a some handy tools in the org.apache.lucene.analysis.de package
using the WordListLoader class you can load up your stop words in a verity
of ways including a line delimited text file thanks to Gerhard Schwarz.

Bryan LaPlante

----- Original Message -----
From: "Ulrich Mayring" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003 11:36 AM
Subject: Re: Where to get stopword lists?


> Doug Cutting wrote:
> >
> > Snowball stemmers are pre-packaged for use with Lucene at:
> >
> >   http://jakarta.apache.org/lucene/docs/lucene-sandbox/snowball/
>
> These look interesting. Am I right in assuming that in order to use
> these stemmers, I have to write an Analyzer and in its tokenStream
> method I return a SnowballFilter?
>
> I'm a bit new to Lucene, as you might gather :)
>
> Kind regards,
>
> Ulrich
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to