#include <search.h>

Data Fields | |
| WORD_ID | id | 
| Word ID.  | |
| LOGPROB | lscore | 
| Language score of this word (always 0 for dfa).  | |
| int | next_state | 
| (dfa) Next DFA grammar state ID  | |
| boolean | can_insert_sp | 
| (dfa) TRUE if a short pause can insert between source hypothesis and this word  | |
| TRELLIS_ATOM * | tre | 
| Pointer to the corresponding word in trellis.  | |
This will be used to hold word candidates that can be connected to a given hypothesis.
Definition at line 55 of file search.h.
 1.5.4