#include <wchmm.h>
Collaboration diagram for RC_INFO:

Data Fields | |
| 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.
Definition at line 65 of file wchmm.h.
 1.5.1