Julius 4.2
変数
構造体 JCONF_LM

Language models (N-gram / DFA), dictionary, and related parameters. [詳細]

#include <jconf.h>

JCONF_LMのコラボレーション図

変数

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)
GRAMLISTgramlist_root
 List of grammars to be read at startup (-gram) (-gramlist)
GRAMLISTwordlist_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.
char unknown_name [UNK_WORD_MAXLEN]
 Name string of Unknown word for N-gram.
JCONF_LM_NAMELISTadditional_dict_files
 List of additional dictionary files.
JCONF_LM_NAMELISTadditional_dict_entries
 List of additional dictionary entries.
struct __jconf_lm__ * next
 Pointer to next instance.

説明

Language models (N-gram / DFA), dictionary, and related parameters.

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


構造体

short JCONF_LM::id
char JCONF_LM::name[JCONF_MODULENAME_MAXLEN]

Language model type: one of LM_UNDEF, LM_NGRAM, LM_DFA.

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

参照元 initialize_dict(), j_jconf_finalize(), j_process_lm_new(), jconf_set_default_values_lm(), opt_parse(), と print_jconf_overview().

Variation type of language model: one of LM_NGRAM, LM_DFA_GRAMMAR, LM_DFA_WORD.

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

参照元 j_jconf_finalize(), j_process_lm_new(), jconf_set_default_values_lm(), multigram_load_all_gramlist(), opt_parse(), と print_jconf_overview().

struct __jconf_lm__* JCONF_LM::next

この構造体の説明は次のファイルから生成されました: