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