|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsli.util.nlp.Stemmer
public abstract class Stemmer
An abstract word stemmer.
| Constructor Summary | |
|---|---|
Stemmer()
|
|
| Method Summary | |
|---|---|
List<String> |
stem(List<String> wordList)
Stem a list of word strings. |
ScoredObject<String> |
stem(ScoredObject<String> wordString)
Stem a scored word string. |
abstract String |
stem(String wordString)
Stem a word string. |
List<ScoredObject<String>> |
stemScored(List<ScoredObject<String>> wordList)
Stem a list of scored word strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Stemmer()
| Method Detail |
|---|
public abstract String stem(String wordString)
wordString - the word string to stem
public ScoredObject<String> stem(ScoredObject<String> wordString)
wordString - the scored word string to stem
public List<String> stem(List<String> wordList)
wordList - the list of word strings to stem
public List<ScoredObject<String>> stemScored(List<ScoredObject<String>> wordList)
wordList - the list of scored word strings to stem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||