|
PocketSphinx
5prealpha
|
Models a single unique <senone-sequence, tmat> pair. More...
#include <allphone_search.h>
Data Fields | |
| hmm_t | hmm |
| Base HMM structure. | |
| s3pid_t | pid |
| Phone id (temp. More... | |
| s3cipid_t | ci |
| Parent basephone for this PHMM. | |
| bitvec_t * | lc |
| Set (bit-vector) of left context phones seen for this PHMM. | |
| bitvec_t * | rc |
| Set (bit-vector) of right context phones seen for this PHMM. | |
| struct phmm_s * | next |
| Next unique PHMM for same parent basephone. | |
| struct plink_s * | succlist |
| List of predecessor PHMM nodes. | |
Models a single unique <senone-sequence, tmat> pair.
Can represent several different triphones, but all with the same parent basephone. (NOTE: Word-position attribute of triphone is ignored.)
Definition at line 60 of file allphone_search.h.
| s3pid_t phmm_s::pid |