julius/search.h

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

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

ソースコードを見る。

データ構造

struct  __nextword__
struct  __node__

型定義

typedef struct __nextword__ NEXTWORD
typedef struct __node__ NODE

説明

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

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

ここでは,第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.

Revision
1.4

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


型定義

typedef struct __nextword__ NEXTWORD

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

typedef struct __node__ NODE

第2パスの文仮説


Juliusに対してTue Sep 22 00:14:25 2009に生成されました。  doxygen 1.6.0