| Package | Description |
|---|---|
| edu.gtts.sautrela.wfsa |
Provides classes for Markov modeling
|
| edu.gtts.sautrela.wfsa.models |
| Modifier and Type | Method and Description |
|---|---|
static <S extends State,Y extends Symbol,T extends Transition<S,Y>> |
Decoder.getPath(WFSA<S,Y,T> wfa,
java.util.List<Y> symbolList,
double beam,
int verbose)
Returns the state path or most probable state path for a given symbol list
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
LMM.getPathInfo(Path<LMM.xState,LMM.xTransition> p) |