#include <sent/stddefs.h>
#include <sent/dfa.h>
#include <sent/vocabulary.h>
#include <sent/htk_hmm.h>
init_dfa.cのインクルード依存関係図
関数 | |
void | init_dfa (DFA_INFO *dinfo, char *filename) |
void | make_dfa_voca_ref (DFA_INFO *dinfo, WORD_INFO *winfo) |
void | dfa_find_pause_word (DFA_INFO *dfa, WORD_INFO *winfo, HTK_HMM_INFO *hmminfo) |
void | dfa_pause_word_append (DFA_INFO *dst, DFA_INFO *src, int coffset) |
init_dfa.c で定義されています。
|
Read in a grammar file and set to DFA grammar structure
init_dfa.c の 45 行で定義されています。 |
|
Make correspondence between all words in dictionary and categories in grammar, both from a word to a category and from a category to words.
init_dfa.c の 71 行で定義されています。 参照元 multigram_exec(). |
|
Find pause word and pause category information, and set to the grammar data.
init_dfa.c の 104 行で定義されています。 参照元 multigram_exec(). |
|
Append the pause word/category information at the last.
init_dfa.c の 135 行で定義されています。 |