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
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