#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>
データ構造 | |
| struct | JCONF_AM |
| Configuration parameters (AM) [詳細] | |
| struct | JCONF_LM |
| Language models (N-gram / DFA), dictionary, and related parameters. [詳細] | |
| struct | JCONF_SEARCH |
| Search parameters [詳細] | |
| struct | Jconf |
| Configuration parameters (global) [詳細] | |
マクロ定義 | |
| #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)
jconf.h で定義されています。
1.5.4