| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.search |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleActiveListManager
A list of ActiveLists.
|
| Constructor and Description |
|---|
WordPruningBreadthFirstLookaheadSearchManager(Linguist linguist,
Linguist fastmatchLinguist,
Loader loader,
Pruner pruner,
AcousticScorer scorer,
ActiveListManager activeListManager,
ActiveListFactory fastmatchActiveListFactory,
boolean showTokenCount,
double relativeWordBeamWidth,
int growSkipInterval,
boolean checkStateOrder,
boolean buildWordLattice,
int lookaheadWindow,
float lookaheadWeight,
int maxLatticeEdges,
float acousticLookaheadFrames,
boolean keepAllTokens)
Creates a pruning manager with lookahead
|
WordPruningBreadthFirstSearchManager(Linguist linguist,
Pruner pruner,
AcousticScorer scorer,
ActiveListManager activeListManager,
boolean showTokenCount,
double relativeWordBeamWidth,
int growSkipInterval,
boolean checkStateOrder,
boolean buildWordLattice,
int maxLatticeEdges,
float acousticLookaheadFrames,
boolean keepAllTokens)
Creates a pruning manager withs separate lists for tokens
|