Class SpanishLightStemmer

java.lang.Object
org.apache.lucene.analysis.es.SpanishLightStemmer

public class SpanishLightStemmer extends Object
Light Stemmer for Spanish

This stemmer implements the algorithm described in: Report on CLEF-2001 Experiments Jacques Savoy

  • Constructor Details

    • SpanishLightStemmer

      public SpanishLightStemmer()
  • Method Details

    • stem

      public int stem(char[] s, int len)