| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.pruner | |
| edu.cmu.sphinx.decoder.search |
| Modifier and Type | Class and Description |
|---|---|
class |
NullPruner
A Null pruner.
|
class |
SimplePruner
Performs the default pruning behavior which is to invoke the purge on the active list
|
| Modifier and Type | Field and Description |
|---|---|
protected Pruner |
WordPruningBreadthFirstSearchManager.pruner |
| Constructor and Description |
|---|
SimpleBreadthFirstSearchManager(Linguist linguist,
Pruner pruner,
AcousticScorer scorer,
ActiveListFactory activeListFactory,
boolean showTokenCount,
double relativeWordBeamWidth,
int growSkipInterval,
boolean wantEntryPruning)
Creates a manager for simple search
|
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
|