libjulius/include/julius/search.h File Reference

Strucures for handling hypotheses on the 2nd pass. More...

Go to the source code of this file.

Data Structures

struct  __nextword__
 Next word candidate in the 2nd pass. More...
struct  __node__
 Sentence hypothesis at 2nd pass. More...

Typedefs

typedef __nextword__ NEXTWORD
 Next word candidate in the 2nd pass.
typedef __node__ NODE
 Sentence hypothesis at 2nd pass.


Detailed Description

Strucures for handling hypotheses on the 2nd pass.

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.

Author:
Akinobu Lee
Date:
Wed Sep 07 07:40:11 2005
Revision
1.2

Definition in file search.h.


Typedef Documentation

typedef struct __nextword__ NEXTWORD

Next word candidate in the 2nd pass.

This will be used to hold word candidates that can be connected to a given hypothesis.


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