WG: Filter and stop-words

2001-12-03 Thread Ruffieux Stephane, yellowworld extern
rown - Original Message ----- From: "Ruffieux Stephane, yellowworld extern" <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Sent: Monday, December 03, 2001 1:33 PM Subject: WG: Fi

WG: Filter and stop-words

2001-12-03 Thread Ruffieux Stephane, yellowworld extern
Yes, it is a way. You have to implement org.apache.lucene.analysis.TokenFilter and to implement the next() method with the algorithm for Portugese. After that you can create a PortugeseAnalyser (inherits from Analyser) which use it. In the actual version of Lucene it's an implementation for germ