PocketSphinx
0.6
|
Base structure for hypothesis segmentation iterator. More...
#include <pocketsphinx_internal.h>
Data Fields | |
ps_segfuncs_t * | vt |
V-table of seg methods. | |
ps_search_t * | search |
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) |
Base structure for hypothesis segmentation iterator.
Definition at line 159 of file pocketsphinx_internal.h.
int32 ps_seg_s::ascr |
Acoustic score.
Definition at line 165 of file pocketsphinx_internal.h.
Referenced by ps_seg_prob().
int16 ps_seg_s::ef |
int32 ps_seg_s::lback |
Language model backoff.
Definition at line 170 of file pocketsphinx_internal.h.
Referenced by ps_seg_prob().
int32 ps_seg_s::lscr |
Language model score.
Definition at line 166 of file pocketsphinx_internal.h.
Referenced by ps_seg_prob().
int32 ps_seg_s::prob |
Log posterior probability.
Definition at line 167 of file pocketsphinx_internal.h.
Referenced by ps_seg_prob().
int16 ps_seg_s::sf |