RC_INFO Struct Reference

State output probability data for head phone of a word. More...

#include <wchmm.h>

Collaboration diagram for RC_INFO:

Collaboration graph
[legend]

Data Fields

HMM_Logicalhmm
 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.

Detailed Description

State output probability data for head phone of a word.

The phoneme HMM should change while search according to the last context word.

Definition at line 65 of file wchmm.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jul 23 12:15:08 2009 for Julius by  doxygen 1.5.1