public class HungarianLightStemmer
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 |
---|
HungarianLightStemmer() |
Modifier and Type | Method and Description |
---|---|
int |
stem(char[] s,
int len) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.