#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 |
| srch_hyp_s * | next |
|
|
AM score |
|
|
Use when the recognizer is generating word-based confidence scores |
|
|
Ending frame |
|
|
At which this entry terminates (FSG mode only) |
|
|
Token ID; could be s3wid_t, s3cipid_t... Interpreted by client. |
|
|
LM score |
|
|
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 |
|
|
score for heuristic search (Only used in dag and astar) |
|
|
Starting frame |
|
|
Uninterpreted data; see vithist_entry_t in vithist.h |
|
|
Viterbi history (lattice) ID from which this entry created Specific to Sphinx 3.x mode 4 and mode 5 |
|
|
A pointer to the word string |
1.3.9.1