#include <recog.h>

Data Fields | |
| 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. | |
Definition at line 194 of file recog.h.
1.5.4