| Modifier and Type | Class and Description |
|---|---|
class |
ClassBasedLanguageModel
An LM that computes a probability of a word sequence by converting words to
classes and asking the class-based probability from a delegate LM.
|
| Constructor and Description |
|---|
ClassBasedLanguageModel(ClassMap classMap,
LanguageModel classLM) |
| Constructor and Description |
|---|
LMGrammar(LanguageModel languageModel,
boolean showGrammar,
boolean optimizeGrammar,
boolean addSilenceWords,
boolean addFillerWords,
Dictionary dictionary) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicTrigramModel
3-gram language model that can change its content at runtime.
|
class |
InterpolatedLanguageModel
Simple interpolated LM implementation.
|
class |
KeywordOptimizerModel |
class |
NetworkLanguageModel |
class |
SimpleNGramModel
An ASCII ARPA language model loader.
|
| Constructor and Description |
|---|
KeywordOptimizerModel(LanguageModel parent) |
| Constructor and Description |
|---|
InterpolatedLanguageModel(java.util.List<LanguageModel> languageModels,
float[] floats) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeywordOptimizerLargeNGramModel
Use a largeNGramModel that also can be adjusted depending on context.
|
class |
LargeNGramModel
Language model that uses a binary NGram language model file ("DMP file")
generated by the SphinxBase sphinx_lm_convert.
|
class |
LargeTrigramModel
A wrapper for LargeNGramModel base on the old LargeTrigramModel class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NgramTrieModel
Language model that uses a binary NGram language model file ("binary trie file")
generated by the SphinxBase sphinx_lm_convert.
|
| Modifier and Type | Method and Description |
|---|---|
LanguageModel |
LexTreeLinguist.getLanguageModel()
Retrieves the language model for this linguist
|
| Constructor and Description |
|---|
LexTreeLinguist(AcousticModel acousticModel,
UnitManager unitManager,
LanguageModel languageModel,
Dictionary dictionary,
boolean fullWordHistories,
boolean wantUnigramSmear,
double wordInsertionProbability,
double silenceInsertionProbability,
double fillerInsertionProbability,
double unitInsertionProbability,
float languageWeight,
boolean addFillerWords,
boolean generateUnitStates,
float unigramSmearWeight,
int maxArcCacheSize) |
| Modifier and Type | Field and Description |
|---|---|
protected LanguageModel |
LatticeRescorer.model |
| Constructor and Description |
|---|
LatticeRescorer(Lattice lattice,
LanguageModel model)
Create a new Lattice optimizer
|