#include <s3_align.h>
Public Attributes | |
s3wid_t | wid |
s3frmid_t | sf |
s3frmid_t | ef |
int32 | score |
int32 | bsdiff |
struct align_wdseg_s * | next |
Word level segmentation/alignment information
int32 align_wdseg_s::bsdiff |
Distance between this and the best unconstrained state sequence for the same time segment
Referenced by align_frame().
s3frmid_t align_wdseg_s::ef |
Start and end frame for this word occurrence
Referenced by align_frame().
struct align_wdseg_s* align_wdseg_s::next |
Next entry in alignment
Referenced by align_end_utt(), and align_frame().
int32 align_wdseg_s::score |
Acoustic score for this segment of alignment
Referenced by align_frame().
s3frmid_t align_wdseg_s::sf |
Referenced by align_frame().
s3wid_t align_wdseg_s::wid |
Word id
Referenced by align_frame().