メインページ | モジュール | データ構造 | Directories | ファイル一覧 | データフィールド | グローバル | 関連ページ

wchmm.h

木構造化辞書および単語トレリスの構造体定義.. [詳細]

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

マクロ定義

#define MAXWCNSTEP   40000
 Number of states to be allocated at once.

型定義

typedef s_cell S_CELL
typedef wchmm_state WCHMM_STATE
typedef wchmm_info WCHMM_INFO
typedef __trellis_atom__ TRELLIS_ATOM
typedef __backtrellis__ BACKTRELLIS


説明

木構造化辞書および単語トレリスの構造体定義..

作者:
Akinobu Lee
日付:
Sun Sep 18 21:31:32 2005
このファイルでは,第1パスで用いられる木構造化辞書(あるいは単語連結 HMM (wchmm) とも呼ばれる)の構造体を定義しています.起動時に,単語辞書の 前単語が並列に並べられ,ツリー上に結合されて木構造化辞書が構築されます. HMMの状態単位で構築され,各状態は,対応するHMM出力確率,ツリー内での遷移先 のリスト,および探索のための様々な情報(言語スコアファクタリングのための successor word list や uni-gram 最大値,単語始終端マーカー,音素開始 マーカーなど)を含みます.

Revision
1.1.1.1

wchmm.h で定義されています。


型定義

typedef struct s_cell S_CELL
 

Element of successor word list for LM factoring computation.

typedef struct wchmm_state WCHMM_STATE
 

HMM state on tree lexicon.

typedef struct wchmm_info WCHMM_INFO
 

Whole lexicon tree structure holding all information.

typedef struct __trellis_atom__ TRELLIS_ATOM
 

Word trellis element that holds survived word ends at each frame on the 1st pass.

typedef struct __backtrellis__ BACKTRELLIS
 

Whole word trellis (aka backtrellis) generated as a result of 1st pass.


Juliusに対してTue Mar 28 16:21:18 2006に生成されました。  doxygen 1.4.2