On Friday 21 March 2003 03:55, Pierre Lacchini wrote:
> Heya,
>
> as u can see, I want to create my own french Analyzer, using the snowball's
> FrenchStemmer...
>
> But i don't really know how to proceed...
>
> Does anyone know where I can find a tutorial, or a clear example of How to
> create an analyzer ??
>
> Sorry for all those noob questions, but as i said, i'm kinda noob in java
> ;)

Well, analyzer classes are about as simple as it gets, so perhaps try to look 
default analyzers Lucene core comes with (under org.apache.lucene.analysis)?
(the only slightly more advanced one is StandardAnalyzer as it uses javacc)

-+ Tatu +-


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

Reply via email to