Package org.apache.lucene.analysis.de
Class GermanMinimalStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.de.GermanMinimalStemmer
-
public class GermanMinimalStemmer extends java.lang.Object
Minimal Stemmer for German.This stemmer implements the following algorithm: Morphologie et recherche d'information Jacques Savoy.
-
-
Constructor Summary
Constructors Constructor Description GermanMinimalStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
stem(char[] s, int len)
-