#include <wchmm.h>
RC_INFOのコラボレーション図

変数 | |
| HMM_Logical * | hmm |
| Original HMM state on the dictionary | |
| short | state_loc |
| State location within the phoneme (1-) | |
| boolean | last_is_lset |
| TRUE if last assigned model was context-dependent state set | |
| union { | |
| HTK_HMM_State * state | |
| Last assigned state (last_is_lset = FALSE) | |
| CD_State_Set * lset | |
| Last assigned lset (last_is_lset = TRUE) | |
| } | cache |
| WORD_ID | lastwid_cache |
| Last context word ID | |
The phoneme HMM should change while search according to the last context word.
1.5.1