| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.scorer | |
| edu.cmu.sphinx.decoder.search |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleAcousticScorer
Implements some basic scorer functionality, including a simple default
acoustic scoring implementation which scores within the current thread, that
can be changed by overriding the
SimpleAcousticScorer.doScoring(java.util.List<T>, edu.cmu.sphinx.frontend.Data) method. |
class |
ThreadedAcousticScorer
An acoustic scorer that breaks the scoring up into a configurable number of separate threads.
|
| Modifier and Type | Field and Description |
|---|---|
protected AcousticScorer |
WordPruningBreadthFirstSearchManager.scorer |
| 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
|