Class | Description |
---|---|
BinaryLoader |
Reads a binary NGram language model file ("DMP file") generated by the SphinxBase sphinx_lm_convert.
|
BinaryStreamLoader |
Language model that reads whole model into memory.
|
KeywordOptimizerLargeNGramModel |
Use a largeNGramModel that also can be adjusted depending on context.
|
LargeNGramModel |
Language model that uses a binary NGram language model file ("DMP file")
generated by the SphinxBase sphinx_lm_convert.
|
LargeTrigramModel |
A wrapper for LargeNGramModel base on the old LargeTrigramModel class.
|