| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.search |
| Modifier and Type | Class and Description |
|---|---|
class |
PartitionActiveListFactory
A factory for PartitionActiveLists
|
class |
SimpleActiveListFactory
A factory for simple active lists
|
class |
SortingActiveListFactory |
class |
WordActiveListFactory
A factory for WordActiveList.
|
| Modifier and Type | Field and Description |
|---|---|
protected ActiveListFactory |
SimpleBreadthFirstSearchManager.activeListFactory |
| 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
|
| Constructor and Description |
|---|
SimpleActiveListManager(java.util.List<ActiveListFactory> activeListFactories,
boolean checkPriorLists)
Create a simple list manager
|