public class Stemmer extends Object
| Constructor and Description |
|---|
Stemmer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
cleanStemPhrase(String phrase)
Remove illegal characters from the string and stem each single word
|
static String |
replaceIllegalCharacter(String string) |
static String |
stem(String word) |
static String |
stemAndJoin(Set<String> terms) |
Copyright © 2016. All Rights Reserved.