#include <wchmm.h>
LRC_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 | |
| WORD_ID | category |
| Last context word's category ID | |
| union { | |
| HTK_HMM_State * state | |
| Last assigned state | |
| CD_State_Set * lset | |
| Last assigned lset | |
| } | cache |
| WORD_ID | lastwid_cache |
| Last context word ID | |
The phoneme HMM should change according to the last context word.
1.5.1