libTLK
1.3.1
|
Language model. More...
Data Fields | |
tLBool | backoff |
If TRUE, then the stored model has back-off (ARPA). | |
size_t | NS |
The number of states. | |
size_t | NE |
The number of edges. |
Language model.
This structure is used to store ARPA language models and Wordnet models, as finite-state automata.
If TRUE, then the stored model has back-off (ARPA).
size_t tLLM::NE |
The number of edges.
size_t tLLM::NS |
The number of states.