Re: Stripping plurals in Spanish

2010-02-26 Thread Rafael Capdevielle
Thank you very much Andi! it work like a charm! Thanks! Rafa On Fri, Feb 26, 2010 at 12:22 AM, Andi Vajda wrote: > > On Tue, 23 Feb 2010, Rafael Capdevielle wrote: > > I want to ask if there is any predefine way to strip plurals for spanish >> language. >> >> I already have a StopSpanishAnaly

Re: Stripping plurals in Spanish

2010-02-25 Thread Andi Vajda
On Tue, 23 Feb 2010, Rafael Capdevielle wrote: I want to ask if there is any predefine way to strip plurals for spanish language. I already have a StopSpanishAnalyzer for Stop words: class StopSpanishAnalyzer(lucene. PythonAnalyzer): def __init__(self, stopWords): super(StopSpanish