#include <jconf.h>

Data Fields | |
| short | id |
| Unique ID. | |
| char | name [JCONF_MODULENAME_MAXLEN] |
| Unique name. | |
| int | lmtype |
| Language model type: one of LM_UNDEF, LM_NGRAM, LM_DFA. | |
| int | lmvar |
| Variation type of language model: one of LM_NGRAM, LM_DFA_GRAMMAR, LM_DFA_WORD. | |
| char * | dictfilename |
| Word dictionary file (-v). | |
| char * | head_silname |
| Silence word to be placed at beginning of speech (-silhead) for N-gram. | |
| char * | tail_silname |
| Silence word to be placed at end of search (-siltail) for N-gram. | |
| boolean | forcedict_flag |
| Skip error words in dictionary and continue (-forcedict). | |
| char * | ngram_filename |
| N-gram in binary format (-d). | |
| char * | ngram_filename_lr_arpa |
| LR 2-gram in ARPA format (-nlr). | |
| char * | ngram_filename_rl_arpa |
| RL 3-gram in ARPA format (-nrl). | |
| char * | dfa_filename |
| DFA grammar file (-dfa, for single use). | |
| GRAMLIST * | gramlist_root |
| List of grammars to be read at startup (-gram) (-gramlist). | |
| GRAMLIST * | wordlist_root |
| List of word lists to be read at startup (-w) (-wlist). | |
| boolean | enable_iwsp |
| Enable inter-word short pause handling on multi-path version (-iwsp) for multi-path mode. | |
| boolean | enable_iwspword |
| Enable automatic addition of "short pause word" to the dictionary (-iwspword) for N-gram. | |
| char * | iwspentry |
| Dictionary entry to be added on "-iwspword" (-iwspentry) for N-gram. | |
| char | wordrecog_head_silence_model_name [MAX_HMMNAME_LEN] |
| For isolated word recognition mode: name of head silence model. | |
| char | wordrecog_tail_silence_model_name [MAX_HMMNAME_LEN] |
| For isolated word recognition mode: name of tail silence model. | |
| char | wordrecog_silence_context_name [MAX_HMMNAME_LEN] |
| For isolated word recognition mode: name of silence as phone context. | |
| struct __jconf_lm__ * | next |
| Pointer to next instance. | |
Definition at line 221 of file jconf.h.
1.5.4