| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.acoustic.tiedstate | |
| edu.cmu.sphinx.linguist.acoustic.tiedstate.kaldi | |
| edu.cmu.sphinx.linguist.acoustic.tiedstate.trainer |
| Modifier and Type | Field and Description |
|---|---|
protected Pool<float[]> |
Sphinx3Loader.meansPool |
protected Pool<float[][]> |
Sphinx3Loader.meanTransformationMatrixPool |
protected Pool<float[]> |
Sphinx3Loader.meanTransformationVectorPool |
protected Pool<Senone> |
Sphinx3Loader.senonePool |
protected Pool<float[][]> |
Sphinx3Loader.transitionsPool |
protected Pool<float[]> |
Sphinx3Loader.variancePool |
protected Pool<float[][]> |
Sphinx3Loader.varianceTransformationMatrixPool |
protected Pool<float[]> |
Sphinx3Loader.varianceTransformationVectorPool |
| Modifier and Type | Method and Description |
|---|---|
Pool<float[]> |
GaussianWeights.convertToPool() |
protected Pool<Senone> |
Sphinx3Loader.createSenonePool(float distFloor,
float varianceFloor)
Creates the senone pool from the rest of the pools.
|
protected Pool<float[][]> |
Sphinx3Loader.getMatrixPool()
Return the MatrixPool.
|
Pool<float[]> |
Sphinx3Loader.getMeansPool() |
Pool<float[]> |
Saver.getMeansPool()
Gets the pool of means for this loader.
|
Pool<float[]> |
Loader.getMeansPool()
Gets the pool of means for this loader.
|
Pool<float[]> |
KaldiLoader.getMeansPool()
Not implemented.
|
Pool<float[]> |
HTKLoader.getMeansPool() |
Pool<float[][]> |
Sphinx3Loader.getMeansTransformationMatrixPool() |
Pool<float[][]> |
Saver.getMeansTransformationMatrixPool()
Gets the pool of means transformation matrices for this loader.
|
Pool<float[][]> |
Loader.getMeansTransformationMatrixPool()
Gets the means transformation matrix pool.
|
Pool<float[][]> |
KaldiLoader.getMeansTransformationMatrixPool()
Not implemented.
|
Pool<float[][]> |
HTKLoader.getMeansTransformationMatrixPool() |
Pool<float[]> |
Sphinx3Loader.getMeansTransformationVectorPool() |
Pool<float[]> |
Saver.getMeansTransformationVectorPool()
Gets the pool of means transformation vectors for this loader.
|
Pool<float[]> |
Loader.getMeansTransformationVectorPool()
Gets the means transformation vectors pool.
|
Pool<float[]> |
KaldiLoader.getMeansTransformationVectorPool()
Not implemented.
|
Pool<float[]> |
HTKLoader.getMeansTransformationVectorPool() |
Pool<Senone> |
Sphinx3Loader.getSenonePool() |
Pool<Senone> |
Saver.getSenonePool()
Gets the senone pool for this loader.
|
Pool<Senone> |
Loader.getSenonePool()
Gets the senone pool for this loader.
|
Pool<Senone> |
KaldiLoader.getSenonePool()
Gets the senone pool for this loader.
|
Pool<Senone> |
HTKLoader.getSenonePool() |
Pool<float[][]> |
Sphinx3Loader.getTransitionMatrixPool() |
Pool<float[][]> |
Loader.getTransitionMatrixPool()
Gets the transition matrix pool.
|
Pool<float[][]> |
KaldiLoader.getTransitionMatrixPool()
Not implemented.
|
Pool<float[][]> |
HTKLoader.getTransitionMatrixPool() |
Pool<float[]> |
Sphinx3Loader.getVariancePool() |
Pool<float[]> |
Saver.getVariancePool()
Gets the variance pool.
|
Pool<float[]> |
Loader.getVariancePool()
Gets the variance pool.
|
Pool<float[]> |
KaldiLoader.getVariancePool()
Not implemented.
|
Pool<float[]> |
HTKLoader.getVariancePool() |
Pool<float[][]> |
Sphinx3Loader.getVarianceTransformationMatrixPool() |
Pool<float[][]> |
Saver.getVarianceTransformationMatrixPool()
Gets the variance transformation matrix pool.
|
Pool<float[][]> |
Loader.getVarianceTransformationMatrixPool()
Gets the variance transformation matrix pool.
|
Pool<float[][]> |
KaldiLoader.getVarianceTransformationMatrixPool()
Not implemented.
|
Pool<float[][]> |
HTKLoader.getVarianceTransformationMatrixPool() |
Pool<float[]> |
Sphinx3Loader.getVarianceTransformationVectorPool() |
Pool<float[]> |
Saver.getVarianceTransformationVectorPool()
Gets the variance transformation vectorpool.
|
Pool<float[]> |
Loader.getVarianceTransformationVectorPool()
Gets the variance transformation vectors pool.
|
Pool<float[]> |
KaldiLoader.getVarianceTransformationVectorPool()
Not implemented.
|
Pool<float[]> |
HTKLoader.getVarianceTransformationVectorPool() |
Pool<float[]> |
Sphinx3Loader.loadDensityFile(java.lang.String path,
float floor)
Loads the sphinx3 density file, a set of density arrays are created and
placed in the given pool.
|
protected Pool<float[][]> |
Sphinx3Loader.loadTransitionMatrices(java.lang.String path)
Loads the transition matrices (Binary).
|
| Constructor and Description |
|---|
LazyHmmManager(KaldiTextParser parser,
TransitionModel transitionModel,
Pool<Senone> senonePool,
java.util.Map<java.lang.String,java.lang.Integer> symbolTable) |
| Modifier and Type | Class and Description |
|---|---|
class |
KaldiGmmPool
Pool of GMMs loaded from Kaldi model.
|
| Modifier and Type | Method and Description |
|---|---|
Pool<float[]> |
Sphinx3Saver.getMeansPool() |
Pool<float[]> |
ModelInitializerLoader.getMeansPool() |
Pool<float[][]> |
Sphinx3Saver.getMeansTransformationMatrixPool() |
Pool<float[][]> |
ModelInitializerLoader.getMeansTransformationMatrixPool() |
Pool<float[]> |
Sphinx3Saver.getMeansTransformationVectorPool() |
Pool<float[]> |
ModelInitializerLoader.getMeansTransformationVectorPool() |
Pool<Senone> |
Sphinx3Saver.getSenonePool() |
Pool<Senone> |
ModelInitializerLoader.getSenonePool() |
Pool<float[][]> |
ModelInitializerLoader.getTransitionMatrixPool() |
Pool<float[]> |
Sphinx3Saver.getVariancePool() |
Pool<float[]> |
ModelInitializerLoader.getVariancePool() |
Pool<float[][]> |
Sphinx3Saver.getVarianceTransformationMatrixPool() |
Pool<float[][]> |
ModelInitializerLoader.getVarianceTransformationMatrixPool() |
Pool<float[]> |
Sphinx3Saver.getVarianceTransformationVectorPool() |
Pool<float[]> |
ModelInitializerLoader.getVarianceTransformationVectorPool() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Sphinx3Saver.saveTransitionMatricesAscii(Pool<float[][]> pool,
java.lang.String path,
boolean append)
Saves the transition matrices
|
protected void |
Sphinx3Saver.saveTransitionMatricesBinary(Pool<float[][]> pool,
java.lang.String path,
boolean append)
Saves the transition matrices (Binary)
|