public class PorterStemmer extends Object implements TextFilter, Serializable
| Constructor and Description |
|---|
PorterStemmer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
List<String> |
filter(List<String> words) |
static String |
Stem(String word) |
Copyright © 2017. All rights reserved.