public class GreekStemmer
extends java.lang.Object
NOTE: Input is expected to be casefolded for Greek (including folding of final
sigma to sigma), and with diacritics removed. This can be achieved with
either GreekLowerCaseFilter or ICUFoldingFilter.
| Constructor and Description |
|---|
GreekStemmer() |
| Modifier and Type | Method and Description |
|---|---|
int |
stem(char[] s,
int len) |
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.