PocketSphinx  0.6
ps_seg_s Struct Reference

Base structure for hypothesis segmentation iterator. More...

#include <pocketsphinx_internal.h>

Data Fields

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

Detailed Description

Base structure for hypothesis segmentation iterator.

Definition at line 159 of file pocketsphinx_internal.h.

Field Documentation

◆ ascr

int32 ps_seg_s::ascr

Acoustic score.

Definition at line 165 of file pocketsphinx_internal.h.

Referenced by ps_seg_prob().

◆ ef

frame_idx_t ps_seg_s::ef

End frame.

Definition at line 164 of file pocketsphinx_internal.h.

Referenced by ps_seg_frames().

◆ lback

int32 ps_seg_s::lback

Language model backoff.

Definition at line 170 of file pocketsphinx_internal.h.

Referenced by ps_seg_prob().

◆ lscr

int32 ps_seg_s::lscr

Language model score.

Definition at line 166 of file pocketsphinx_internal.h.

Referenced by ps_seg_prob().

◆ prob

int32 ps_seg_s::prob

Log posterior probability.

Definition at line 167 of file pocketsphinx_internal.h.

Referenced by ps_seg_prob().

◆ sf

frame_idx_t ps_seg_s::sf

Start frame.

Definition at line 163 of file pocketsphinx_internal.h.

Referenced by ps_seg_frames().


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