|
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 |
| s3cipid_t* dictword_t::ciphone |
Pronunciation.
Definition at line 65 of file dict.h.
Referenced by dict2pid_get_rcmap(), 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(), and get_rc_nssid().
| char* dictword_t::word |