ps_seg_s Struct Reference

Base structure for hypothesis segmentation iterator. More...

#include <pocketsphinx_internal.h>


Data Fields

ps_segfuncs_t * vt
 V-table of seg methods.
ps_search_tsearch
 Search object from whence this came.
char const * word
 Word string (pointer into dictionary hash).
int16 sf
 Start frame.
int16 ef
 End frame.
int32 ascr
 Acoustic score.
int32 lscr
 Language model score.
int32 prob
 Log posterior probability.
int32 lback
 Language model backoff.
float32 lwf
 Language weight factor (for second-pass searches).


Detailed Description

Base structure for hypothesis segmentation iterator.

Definition at line 150 of file pocketsphinx_internal.h.


Field Documentation

Acoustic score.

Definition at line 156 of file pocketsphinx_internal.h.

Referenced by ps_seg_prob().

int16 ps_seg_s::ef

End frame.

Definition at line 155 of file pocketsphinx_internal.h.

Referenced by ps_seg_frames().

Language model backoff.

Definition at line 161 of file pocketsphinx_internal.h.

Referenced by ps_seg_prob().

Language model score.

Definition at line 157 of file pocketsphinx_internal.h.

Referenced by ps_seg_prob().

Log posterior probability.

Definition at line 158 of file pocketsphinx_internal.h.

Referenced by ps_seg_prob().

int16 ps_seg_s::sf

Start frame.

Definition at line 154 of file pocketsphinx_internal.h.

Referenced by ps_seg_frames().


The documentation for this struct was generated from the following file:

Generated on Wed Aug 26 11:25:34 2009 for PocketSphinx by  doxygen 1.5.8