public class SnowballStemmer extends Object implements TermStemmerIF
| Modifier and Type | Field and Description |
|---|---|
protected org.tartarus.snowball.SnowballProgram |
stemmer |
| Constructor and Description |
|---|
SnowballStemmer(String lang) |
| Modifier and Type | Method and Description |
|---|---|
String |
stem(String term)
INTERNAL: Return the stem of the term.
|
public SnowballStemmer(String lang)
public String stem(String term)
TermStemmerIFstem in interface TermStemmerIF