|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sentence | |
|---|---|
| net.java.sen.dictionary | |
| net.java.sen.filter | |
| net.java.sen.filter.stream | |
| Uses of Sentence in net.java.sen.dictionary |
|---|
| Methods in net.java.sen.dictionary with parameters of type Sentence | |
|---|---|
List<Token> |
Viterbi.getBestTokens(Sentence sentence)
Deprecated. use Viterbi.getBestTokens(Sentence, List) instead |
List<Token> |
Viterbi.getBestTokens(Sentence sentence,
List<Token> reuse)
Analyses a sentence to find the most likely sequence of morphemes |
List<Token> |
Viterbi.getPossibleTokens(Sentence sentence,
int position)
Gets the possible tokens from a Sentence at a given position. |
| Uses of Sentence in net.java.sen.filter |
|---|
| Methods in net.java.sen.filter with parameters of type Sentence | |
|---|---|
void |
StreamFilter.preProcess(Sentence sentence)
Pre-processes a sentence |
| Uses of Sentence in net.java.sen.filter.stream |
|---|
| Methods in net.java.sen.filter.stream with parameters of type Sentence | |
|---|---|
void |
CompoundWordFilter.preProcess(Sentence sentence)
|
void |
CompositeTokenFilter.preProcess(Sentence sentence)
|
void |
CommentFilter.preProcess(Sentence sentence)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||