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 |
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 |
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 |
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 |
Referenced by align_build_sent_hmm().
| struct plink_s* pnode_s::succlist |
Unique id for identifying node, debugging
Referenced by align_build_sent_hmm(), and align_destroy_sent_hmm().
Referenced by align_build_sent_hmm().
1.7.6.1