Public Attributes | |
s3wid_t | wid |
s3cipid_t | ci |
s3cipid_t | lc |
s3cipid_t | rc |
int8 | pos |
s3pid_t | pid |
int32 | id |
struct plink_s * | succlist |
struct plink_s * | predlist |
struct pnode_s * | next |
struct pnode_s * | alloc_next |
struct snode_s * | startstate |
SOME ASSUMPTIONS
Assumptions:
struct pnode_s* pnode_s::alloc_next [read] |
Referenced by align_destroy_sent_hmm().
Parent word id
Referenced by align_build_sent_hmm().
int32 pnode_s::id |
Triphone id for this node
Referenced by align_build_sent_hmm().
CI phone id corresponding to this node
Referenced by align_build_sent_hmm().
struct pnode_s* pnode_s::next [read] |
Referenced by align_build_sent_hmm().
Phone position within word for this node
Referenced by align_build_sent_hmm().
int8 pnode_s::pos |
Right context CI phone
struct plink_s* pnode_s::predlist [read] |
Referenced by align_build_sent_hmm(), and align_destroy_sent_hmm().
Left context CI phone
Referenced by align_build_sent_hmm().
struct snode_s* pnode_s::startstate [read] |
Referenced by align_build_sent_hmm().
struct plink_s* pnode_s::succlist [read] |
Unique id for identifying node, debugging
Referenced by align_build_sent_hmm(), and align_destroy_sent_hmm().
Referenced by align_build_sent_hmm().