libjulius/include/julius/wchmm.h File Reference

Structure Definition of tree lexicon. More...

Go to the source code of this file.

Data Structures

struct  s_cell
 Element of successor word list for LM factoring computation. More...
struct  RC_INFO
 State output probability data for head phone of a word. More...
struct  LRC_INFO
 State output probability data for 1-phone word. More...
union  ACOUSTIC_SPEC
 State output probability container on lexicon tree. More...
struct  LM_PROB_CACHE
 LM cache for the 1st pass. More...
struct  __A_CELL2__
 Transition arc holding cell. More...
struct  wchmm_state
 HMM state on tree lexicon. More...
struct  WCHMM_WORK
 wchmm-specific work area More...
struct  wchmm_info
 Whole lexicon tree structure holding all information. More...

Defines

#define A_CELL2_ALLOC_STEP   4
 Number of arcs in an arc cell.

Typedefs

typedef s_cell S_CELL
 Element of successor word list for LM factoring computation.
typedef __A_CELL2__ A_CELL2
 Transition arc holding cell.
typedef wchmm_state WCHMM_STATE
 HMM state on tree lexicon.
typedef wchmm_info WCHMM_INFO
 Whole lexicon tree structure holding all information.

Enumerations

enum  AS_Style { AS_STATE, AS_LSET, AS_RSET, AS_LRSET }
 ID to indicate which data is in the ACOUSTIC_SPEC container. More...


Detailed Description

Structure Definition of tree lexicon.

This file defines structure for word-conjunction HMM, aka tree lexicon for recognition of 1st pass. Words in the dictionary are gathered to build a tree lexicon. The lexicon is built per HMM state basis, with their HMM output probabilities, transition arcs, and other informations for search such as successor word lists and maximum uni-gram scores for LM factoring, word head/tail marker, phoneme start marker, and so on.

Author:
Akinobu Lee
Date:
Sun Sep 18 21:31:32 2005
Revision
1.4

Definition in file wchmm.h.


Enumeration Type Documentation

enum AS_Style

ID to indicate which data is in the ACOUSTIC_SPEC container.

Enumerator:
AS_STATE  This state is in word-internal phone.
AS_LSET  This state is in word tail phone.
AS_RSET  This state is in word head phone.
AS_LRSET  This state is in 1-phone word.

Definition at line 114 of file wchmm.h.


Generated on Thu Jul 23 12:13:30 2009 for Julius by  doxygen 1.5.1