| Package | Description |
|---|---|
| net.java.sen.dictionary | |
| net.java.sen.filter | |
| net.java.sen.filter.stream |
| Modifier and Type | Method and Description |
|---|---|
List<Token> |
Viterbi.getBestTokens(Sentence sentence)
Deprecated.
use
Viterbi.getBestTokens(Sentence, List) instead |
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.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.
|
List<Token> |
Viterbi.getPossibleTokens(Sentence sentence,
int position)
Gets the possible tokens from a Sentence at a given position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamFilter.preProcess(Sentence sentence)
Pre-processes a sentence
|
void |
StreamFilter.preProcess(Sentence sentence)
Pre-processes a sentence
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommentFilter.preProcess(Sentence sentence) |
void |
CompositeTokenFilter.preProcess(Sentence sentence) |
void |
CompoundWordFilter.preProcess(Sentence sentence) |
void |
CompoundWordFilter.preProcess(Sentence sentence) |
void |
CompositeTokenFilter.preProcess(Sentence sentence) |
void |
CommentFilter.preProcess(Sentence sentence) |