public class FrenchLightStemmer
extends java.lang.Object
This stemmer implements the "UniNE" algorithm in: Light Stemming Approaches for the French, Portuguese, German and Hungarian Languages Jacques Savoy
Constructor and Description |
---|
FrenchLightStemmer() |
Modifier and Type | Method and Description |
---|---|
private int |
norm(char[] s,
int len) |
int |
stem(char[] s,
int len) |