| Package | Description |
|---|---|
| edu.cmu.sphinx.linguist.language.ngram.trie |
| Modifier and Type | Method and Description |
|---|---|
static NgramTrieQuant.QuantType |
NgramTrieQuant.QuantType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NgramTrieQuant.QuantType[] |
NgramTrieQuant.QuantType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NgramTrieQuant(int order,
NgramTrieQuant.QuantType quantType) |