Public Attributes | List of all members
srch_hyp_s Struct Reference

#include <search.h>

Public Attributes

char * word
 
int32 id
 
int32 vhid
 
int32 type
 
s3frmid_t sf
 
s3frmid_t ef
 
int32 ascr
 
int32 lscr
 
int32 pscr
 
int32 cscr
 
int32 fsg_state
 
struct srch_hyp_snext
 

Member Data Documentation

int32 srch_hyp_s::ascr

AM score

int32 srch_hyp_s::cscr

Use when the recognizer is generating word-based confidence scores

s3frmid_t srch_hyp_s::ef

Ending frame

int32 srch_hyp_s::fsg_state

At which this entry terminates (FSG mode only)

int32 srch_hyp_s::id

Token ID; could be s3wid_t, s3cipid_t... Interpreted by client.

int32 srch_hyp_s::lscr

LM score

struct srch_hyp_s* srch_hyp_s::next

a pointer to next structure, a convenient device such that a programmer could choose to use it instead of using a link list. Of course one could also use glist

int32 srch_hyp_s::pscr

score for heuristic search (Only used in dag and astar)

s3frmid_t srch_hyp_s::sf

Starting frame

int32 srch_hyp_s::type

Uninterpreted data; see vithist_entry_t in vithist.h

int32 srch_hyp_s::vhid

Viterbi history (lattice) ID from which this entry created Specific to Sphinx 3.x mode 4 and mode 5

char* srch_hyp_s::word

A pointer to the word string


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