__node__ Struct Reference

#include <search.h>

Collaboration diagram for __node__:

Collaboration graph
[legend]

Data Fields

__node__next
 Link to next hypothesis, used in stack.
__node__prev
 Link to previous hypothesis, used in stack.
boolean endflag
 TRUE if this is a final sentence result.
WORD_ID seq [MAXSEQNUM]
 Word sequence.
short seqnum
 Length of seq.
LOGPROB score
 Total score (forward+backward, LM+AM).
short bestt
 Best connection frame of last word in word trellis.
short estimated_next_t
 Estimated next connection time frame (= beginning of last word on word trellis): next word hypothesis will be looked up near this frame on word trellis.
LOGPROBg
 Current forward viterbi score in each frame.
TRELLIS_ATOMtre
 Trellis word of last word.
LOGPROBg_prev
 Viterbi score back to last 1 phoneme.
HMM_Logicallast_ph
 Last applied triphone.

Detailed Description

Sentence hypothesis at 2nd pass

Definition at line 133 of file search.h.


The documentation for this struct was generated from the following file:
Generated on Tue Dec 26 16:18:29 2006 for Julius by  doxygen 1.5.0