#include <beam.h>

Data Fields | |
| TRELLIS_ATOM * | last_tre |
| Previous word candidate in word trellis. | |
| WORD_ID | last_cword |
| Previous context-aware (not transparent) word for N-gram. | |
| LOGPROB | last_lscore |
| Currently assigned word-internal LM score for factoring for N-gram. | |
| LOGPROB | score |
| Current accumulated score (AM+LM). | |
| int | node |
| Lexicon node ID to which this token is assigned. | |
Definition at line 35 of file beam.h.
1.5.4