Re: Snowball and accents filter...? (solved)

2007-04-30 Thread Andrew Green
. The author of the modifications is Sandra Luz Aguirre, who is an intern at the Instituto de Investigaciones Dr. José María Luis Mora [1]. Thanks, all, for your help. Andrew Green [1] http://www.mora.edu.mx --- SnowballAnalyzerWithoutAccents.java: package

Re: Snowball and accents filter...?

2007-04-28 Thread Andrew Green
El vie, 27-04-2007 a las 16:59 -0700, Chris Hostetter escribió: : In order to do this, we tried subclassing the SnowballAnalyzer... it : doesn't work yet, though. Here is the code of our custom class: At first glance, what youv'e got seems fine, can you elaborate on what you mean by it

Re: Straigtforward stemming example? Dictionary needed?

2007-04-26 Thread Andrew Green
decided to stick to the standard Snowball rule-based stemmer, but we'll be keeping our eyes open for other options that may come up. - Andrew Green - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Snowball and accents filter...?

2007-04-26 Thread Andrew Green
and QueryParser objects. Any tips/code examples? What should we do differently? Many thanks in advance, Andrew Green - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Straigtforward stemming example? Dictionary needed?

2007-04-24 Thread Andrew Green
El mar, 24-04-2007 a las 21:49 +0100, [EMAIL PROTECTED] escribió: For example, if I search for eat, I'd like Lucene to find eating, eaten, ate, etc. Hi Andrew, The example you provide can only partially be performed using a rule based stemmer, such as those uesd by Snowball. Most