#include <word_fsg.h>
Public Attributes | |
char * | name |
int32 | n_state |
int32 | start_state |
int32 | final_state |
uint8 | use_altpron |
uint8 | use_filler |
float32 | lw |
glist_t ** | trans |
word_fsglink_t *** | null_trans |
int8 ** | rc |
int8 ** | lc |
int32 | n_ciphone |
dict_t * | dict |
mdef_t * | mdef |
tmat_t * | tmat |
ctxt_table_t * | ctxt |
int32 word_fsg_s::final_state |
int8 ** word_fsg_s::lc |
float32 word_fsg_s::lw |
int32 word_fsg_s::n_ciphone |
Added by Arthur at 20050627
int32 word_fsg_s::n_state |
char* word_fsg_s::name |
int8** word_fsg_s::rc |
int32 word_fsg_s::start_state |
glist_t** word_fsg_s::trans |
uint8 word_fsg_s::use_altpron |
uint8 word_fsg_s::use_filler |