#include <search.h>
__nextword__のコラボレーション図

変数 | |
| 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 | |
ある仮説から次に接続しうる単語の集合をあらわすのに 用いられる.
1.5.1