#include <recog.h>

変数 | |
| int | hypo_len_count [MAXSEQNUM+1] |
| Count of popped hypothesis per each length | |
| int | maximum_filled_length |
| Current least beam-filled depth | |
| NODE * | stocker_root |
| Node stocker for recycle | |
| int | popctr |
| Num of popped hypotheses from stack | |
| int | genectr |
| Num of generated hypotheses | |
| int | pushctr |
| Num of hypotheses actually pushed to stack | |
| int | finishnum |
| Num of found sentence hypothesis | |
| NODE * | current |
| Current node for debug | |
1.5.4