| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.language.ngram.trie |
| Modifier and Type | Field and Description |
|---|---|
protected NgramTrieQuant |
NgramTrieModel.quant |
| Modifier and Type | Method and Description |
|---|---|
NgramTrieQuant |
BinaryLoader.readQuant(int order)
Reads weights quantation object from stream
|
| Modifier and Type | Method and Description |
|---|---|
float |
NgramTrie.readNgramBackoff(int wordId,
int orderMinusTwo,
NgramTrieModel.TrieRange range,
NgramTrieQuant quant)
Finds ngram of cerain order in specified range and reads it's backoff.
|
float |
NgramTrie.readNgramProb(int wordId,
int orderMinusTwo,
NgramTrieModel.TrieRange range,
NgramTrieQuant quant)
Finds ngram of cerain order in specified range and reads it's probability.
|