| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.search | |
| edu.cmu.sphinx.result |
| Modifier and Type | Field and Description |
|---|---|
protected AlternateHypothesisManager |
WordPruningBreadthFirstSearchManager.loserManager |
| Modifier and Type | Method and Description |
|---|---|
AlternateHypothesisManager |
Result.getAlternateHypothesisManager()
Returns the AlternateHypothesisManager Used to construct a Lattice
|
| Constructor and Description |
|---|
Result(AlternateHypothesisManager alternateHypothesisManager,
ActiveList activeList,
java.util.List<Token> resultList,
long collectTime,
boolean isFinal,
boolean wordTokenFirst,
boolean toCreateLattice)
Creates a result
|