| 
    libak
    0.4.0
    
   
   | 
  
  
  
 
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.   | |
Language model.
This structure is used to store ARPA language models and wordnet models, as a finite state automata.
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.
 1.7.6.1