Class SwedishMinimalStemmer

java.lang.Object
org.apache.lucene.analysis.sv.SwedishMinimalStemmer

public class SwedishMinimalStemmer extends Object
Minimal Stemmer for Swedish. The algorithm is an adapted version of the SwedishLightStemmer, but only stripping the most common plural suffixes for nouns: -ar/arne/arna/aren, -at, -er/erna, -et, -or/orna, -en. We do not strip -an or -ans suffixes, since that would require a large dictionary of exceptions.
Since:
9.0.0
  • Constructor Details

    • SwedishMinimalStemmer

      public SwedishMinimalStemmer()
  • Method Details

    • stem

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