Package org.apache.lucene.analysis.de
Class GermanLightStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.de.GermanLightStemmer
-
public class GermanLightStemmer extends java.lang.Object
Light Stemmer for German.This stemmer implements the "UniNE" algorithm in: Light Stemming Approaches for the French, Portuguese, German and Hungarian Languages Jacques Savoy
-
-
Constructor Summary
Constructors Constructor Description GermanLightStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
stem(char[] s, int len)
-