| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.pruner | |
| edu.cmu.sphinx.decoder.search | |
| edu.cmu.sphinx.result |
| Modifier and Type | Method and Description |
|---|---|
ActiveList |
SimplePruner.prune(ActiveList activeList)
prunes the given set of states
|
ActiveList |
Pruner.prune(ActiveList stateTokenList)
prunes the given set of states
|
ActiveList |
NullPruner.prune(ActiveList activeList)
prunes the given set of states
|
| Modifier and Type | Method and Description |
|---|---|
ActiveList |
SimplePruner.prune(ActiveList activeList)
prunes the given set of states
|
ActiveList |
Pruner.prune(ActiveList stateTokenList)
prunes the given set of states
|
ActiveList |
NullPruner.prune(ActiveList activeList)
prunes the given set of states
|
| Modifier and Type | Field and Description |
|---|---|
protected ActiveList |
WordPruningBreadthFirstSearchManager.activeList |
protected ActiveList |
SimpleBreadthFirstSearchManager.activeList |
protected ActiveList |
WordPruningBreadthFirstLookaheadSearchManager.fastmatchActiveList |
| Modifier and Type | Method and Description |
|---|---|
ActiveList |
WordPruningBreadthFirstSearchManager.getActiveList()
Returns the ActiveList.
|
ActiveList |
SimpleBreadthFirstSearchManager.getActiveList() |
ActiveList |
SimpleActiveListManager.getEmittingList()
Returns the emitting ActiveList from the manager
|
ActiveList |
ActiveListManager.getEmittingList()
Returns the emitting ActiveList from the manager
|
ActiveList |
WordActiveListFactory.newInstance() |
ActiveList |
SortingActiveListFactory.newInstance() |
ActiveList |
SimpleActiveListFactory.newInstance() |
ActiveList |
PartitionActiveListFactory.newInstance() |
abstract ActiveList |
ActiveListFactory.newInstance()
Creates a new active list of a particular type
|
ActiveList |
ActiveList.newInstance()
Creates a new empty version of this active list with the same general properties.
|
ActiveList |
ActiveList.purge()
Purges the active list of excess members returning a (potentially new) active list
|
protected ActiveList |
SimpleBreadthFirstSearchManager.undoLastGrowStep()
Because the growBranches() is called although no data is left after the last speech frame, the ordering of the
active-list might depend on the transition probabilities and (penalty-scores) only.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ActiveList> |
SimpleActiveListManager.getNonEmittingListIterator()
Returns an Iterator of all the non-emitting ActiveLists.
|
java.util.Iterator<ActiveList> |
ActiveListManager.getNonEmittingListIterator()
Returns an Iterator of all the non-emitting ActiveLists.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
WordPruningBreadthFirstSearchManager.monitorStates(ActiveList activeList)
Keeps track of and reports statistics about the number of active states
|
void |
WordPruningBreadthFirstSearchManager.setActiveList(ActiveList activeList)
Sets the ActiveList.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveList |
Result.getActiveTokens()
Returns a list of active tokens for this result.
|
| Constructor and Description |
|---|
Result(ActiveList activeList,
java.util.List<Token> resultList,
long collectTime,
boolean isFinal,
boolean wordTokenFirst,
boolean toCreateLattice)
Creates a result
|
Result(AlternateHypothesisManager alternateHypothesisManager,
ActiveList activeList,
java.util.List<Token> resultList,
long collectTime,
boolean isFinal,
boolean wordTokenFirst,
boolean toCreateLattice)
Creates a result
|