public class GreekStemmer extends 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)
Stems a word contained in a leading portion of a char[] array.
|
public int stem(char[] s,
int len)
s - A char[] array that contains the word to be stemmed.len - The length of the char[] array.Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.