PocketSphinx 5prealpha
|
a structure for one dictionary word. More...
#include <dict.h>
Data Fields | |
char * | word |
Ascii word string. More... | |
s3cipid_t * | ciphone |
Pronunciation. More... | |
int32 | pronlen |
Pronunciation length. More... | |
s3wid_t | alt |
Next alternative pronunciation id, NOT_S3WID if none. More... | |
s3wid_t | basewid |
Base pronunciation id. More... | |
s3wid_t dictword_t::alt |
Next alternative pronunciation id, NOT_S3WID if none.
Definition at line 67 of file dict.h.
Referenced by dict_add_word().
s3wid_t dictword_t::basewid |
s3cipid_t* dictword_t::ciphone |
Pronunciation.
Definition at line 65 of file dict.h.
Referenced by dict2pid_get_rcmap(), dict_add_word(), dict_ciphone_str(), dict_free(), and get_rc_nssid().
int32 dictword_t::pronlen |
Pronunciation length.
Definition at line 66 of file dict.h.
Referenced by dict2pid_get_rcmap(), dict_add_word(), and get_rc_nssid().
char* dictword_t::word |
Ascii word string.
Definition at line 64 of file dict.h.
Referenced by dict_add_word(), and dict_free().