Julius 4.2
データ構造 | マクロ定義 | 列挙型
libjulius/include/julius/jconf.h

Jconf 構造体の定義 [詳細]

#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_NAMELIST
 Name lister for language model configurations. [詳細]
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)

列挙型

enum  {
  JCONF_OPT_DEFAULT, JCONF_OPT_GLOBAL, JCONF_OPT_AM, JCONF_OPT_LM,
  JCONF_OPT_SR, SIZEOF_JCONF_OPT
}

説明

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)
 
作者:
Akinobu Lee
日付:
Fri Feb 16 13:42:28 2007
Revision:
1.11

jconf.h で定義されています。


マクロ定義

#define JCONF_MODULENAME_MAXLEN   64

Maximum length of module name string.

jconf.h56 行で定義されています。

参照元 j_jconf_am_regist(), j_jconf_lm_regist(), j_jconf_search_regist(), と opt_parse().

#define JCONF_MODULENAME_DEFAULT   "_default"

Default module name if not specified (in case of old jconf)

jconf.h62 行で定義されています。

参照元 j_jconf_new().