libak  0.4.0
Data Fields
akLM Struct Reference

Language model. More...

Data Fields

akBool 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 a finite state automata.


Field Documentation

If TRUE then the stored model has back-off (ARPA).

size_t akLM::NE

The number of edges.

size_t akLM::NS

The number of states.

 All Data Structures Variables