libjulius/include/julius/search.h

第2パスで使用する仮説候補を扱う構造体 [詳細]

ソースコードを見る。

データ構造

struct  __nextword__
 第2パスの次単語候補. [詳細]
struct  __node__
 第2パスの文仮説 [詳細]

型定義

typedef __nextword__ NEXTWORD
 第2パスの次単語候補.
typedef __node__ NODE
 第2パスの文仮説


説明

第2パスで使用する仮説候補を扱う構造体

ここでは,第2パスのスタックデコーディングで用いられる仮説候補の構造体 が定義されています. NODE は部分文候補を保持し,合計スコアや現在のViterbi スコア,言語スコア,信頼度スコア,推定された終端フレームなどの様々な仮説 情報を保持します. WordGraph は単語グラフ生成時にグラフ中の単語をあらわす のに用いられます. NEXTWORD は単語展開時に次単語候補を表現します. POPNODE は探索空間可視化機能 (--enable-visualize) 指定時に,探索の過程を残しておく のに使われます.

This file includes definitions for handling hypothesis used on the 2nd pass stack decoding. Partial sentence hypotheses are stored in NODE structure, with its various information about total scores, viterbi scores, language scores, confidence scores, estimated end frame, and so on. WordGraph express a word in graph, generated through the 2nd pass. NEXTWORD is used to hold next word information at hypothesis expantion stage. POPNODE will be used when Visualization is enabled to store the search trail.

作者:
Akinobu Lee
日付:
Wed Sep 07 07:40:11 2005
Revision
1.2

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


型定義

typedef struct __nextword__ NEXTWORD

第2パスの次単語候補.

ある仮説から次に接続しうる単語の集合をあらわすのに 用いられる.


Juliusに対してThu Jul 23 12:16:45 2009に生成されました。  doxygen 1.5.1