libTLK  1.3.1
Data Fields
tLLM Struct Reference

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.

Detailed Description

Language model.

This structure is used to store ARPA language models and Wordnet models, as finite-state automata.


Field Documentation

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.

 All Data Structures Variables