#include <sent/stddefs.h>
#include <sent/hmm.h>
#include <sent/vocabulary.h>
#include <sent/ngram2.h>
#include <sent/dfa.h>
#include <sent/mfcc.h>
#include <julius/wchmm.h>
#include <julius/search.h>
#include <julius/callback.h>
Go to the source code of this file.
Data Structures | |
| struct | JCONF_AM | 
| Configuration parameters (AM).  More... | |
| struct | JCONF_LM | 
| Language models (N-gram / DFA), dictionary, and related parameters.  More... | |
| struct | JCONF_SEARCH | 
| Search parameters.  More... | |
| struct | Jconf | 
| Configuration parameters (global).  More... | |
Defines | |
| #define | JCONF_MODULENAME_MAXLEN 64 | 
| Maximum length of module name string.  | |
| #define | JCONF_MODULENAME_DEFAULT "_default" | 
| Default module name if not specified (in case of old jconf).  | |
JCONF +- JCONF_AM[] (linked list) +- JCONF_LM[] (linked list) +- JCONF_SEARCH[] (linked list) -> each has pointer to *JCONF_AM, *JCONF_LM +- JCONF_AM for GMM +- (engine configurations)
Definition in file jconf.h.
 1.5.4