#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_s * | next |
int32 srch_hyp_s::ascr |
AM score
int32 srch_hyp_s::cscr |
Use when the recognizer is generating word-based confidence scores
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 [read] |
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)
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