| Modifier and Type | Field and Description |
|---|---|
protected Linguist |
WordPruningBreadthFirstSearchManager.linguist |
protected Linguist |
SimpleBreadthFirstSearchManager.linguist |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
protected Linguist |
LinguistProcessor.getLinguist()
Returns the configured lingust
|
| Constructor and Description |
|---|
LinguistProcessor(Linguist linguist) |
| Modifier and Type | Class and Description |
|---|---|
class |
AFlatLinguist
A simple form of the linguist.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllphoneLinguist |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicFlatLinguist
A simple form of the linguist.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlatLinguist
A simple form of the linguist.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LexTreeLinguist
A linguist that can represent large vocabularies efficiently.
|
| Constructor and Description |
|---|
GDLDumper(java.lang.String filename,
Linguist linguist,
boolean verticalLayout,
boolean skipHMMs,
boolean dumpArcLabels) |
LinguistDumper(java.lang.String filename,
Linguist linguist) |
LinguistStats(Linguist linguist) |
LinguistTimer(Linguist linguist,
boolean details)
Creates a LinguistTimer
|