HMM_STATE Struct Reference

HMM State More...

#include <hmm.h>

Collaboration diagram for HMM_STATE:

Collaboration graph
[legend]

Data Fields

A_CELLac
 List of transition arcs from this state.
union {
   HTK_HMM_State *   state
 Pointer to the mapped physical HMM.
   CD_State_Set *   cdset
 Pointer to the pseudo HMM.
out
 Pointer to corresponding output state definition.
boolean is_pseudo_state
 TRUE if pseudo HMM is assigned, FALSE if physical HMM is assigned.

Detailed Description

HMM State

Definition at line 50 of file hmm.h.


Field Documentation

union { ... } HMM_STATE::out

Pointer to corresponding output state definition.

When a triphone model is used, if this state is located as a part of phoneme HMM on word-edge, the corresponding pseudo-triphone, i.e. "*-e+g", "k-a+*", should be assigned. Otherwise, i.e. if this state is located at internal position of a word, pointer to the corresponding physical (actually defined) HMM will be assigned. When a triphone model is used, phoneme HMMs on word-edge should be pseudo-triphone, i.e. "*-e+g", "k-a+*". In this case, the belonging state should hold the output probability function in CD_State_Set. Otherwise, i.e. if this state is located at internal position of a word, pointer to the corresponding physical (actually defined) HMM will be assigned.

Referenced by outprob(), and put_hmm_outprob().


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