| Modifier and Type | Method and Description |
|---|---|
Loader |
Context.getLoader()
Returns the Loader object used for loading the acoustic model.
|
| Constructor and Description |
|---|
ClusteredDensityFileData(Loader loader,
int numberOfClusters) |
Stats(Loader loader,
ClusteredDensityFileData means) |
| 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
|
| Modifier and Type | Field and Description |
|---|---|
protected Loader |
AutoCepstrum.loader |
| Constructor and Description |
|---|
AutoCepstrum(Loader loader) |
| Modifier and Type | Field and Description |
|---|---|
protected Loader |
FeatureTransform.loader |
| Constructor and Description |
|---|
FeatureTransform(Loader loader) |
| Modifier and Type | Class and Description |
|---|---|
class |
HTKLoader
Remark1: S4 does not use HMM tying: the HTK "tiedlist" is not loaded nor user
for now
Remark2: HTK does nearly never backoff to monophones, whereas S4 might do it.
|
class |
KaldiLoader |
class |
Sphinx3Loader
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
|
| Modifier and Type | Field and Description |
|---|---|
protected Loader |
TiedStateAcousticModel.loader |
| Constructor and Description |
|---|
TiedStateAcousticModel(Loader loader,
UnitManager unitManager,
boolean useComposites) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModelInitializerLoader
an acoustic model loader that initializes models
|
| Constructor and Description |
|---|
TrainerAcousticModel(Loader loader,
UnitManager unitManager,
boolean useComposites,
Saver saver,
java.lang.String saveFormat) |