#include <dag.h>
Public Attributes | |
| dagnode_t * | list |
| dagnode_t * | root |
| dagnode_t * | end |
| daglink_t | entry |
| daglink_t | final |
| s3wid_t | orig_exitwid |
| int32 | nfrm |
| int32 | nlink |
| int32 | nnode |
| int32 | nbypass |
| int32 | maxedge |
| int32 | lmop |
| int32 | maxlmop |
| int32 | filler_removed |
| int32 | fudged |
| void * | hook |
| cmd_ln_t * | config |
| listelem_alloc_t * | node_alloc |
| listelem_alloc_t * | link_alloc |
| logmath_t * | logmath |
FIXME, latfinal and exit are very very similar things, they just happened to be declared by Ravi different time.
|
|
|
|
|
Final node (</s>,nfrm) |
|
|
Entering (<s>,0) |
|
|
Whether filler nodes removed from DAG to help search |
|
|
Exit link from final DAG node |
|
|
Whether fudge edges have been added |
|
|
A hook for general purpose |
|
|
Allocator for edges. |
|
|
Linear list of nodes allocated |
|
|
(Temporary Variable): #LM ops actually made |
|
|
|
|
|
(New in S3.6) Used in dag/astar/decode_anytopo, this decides whether parts of the dag code will exceed the maximum no of edge |
|
|
Max LM ops allowed before utterance aborted |
|
|
The number of links which are by-passed |
|
|
Number of frames |
|
|
Number of links |
|
|
Number of nodes |
|
|
Allocator for nodes. |
|
|
If original exit node is not a filler word |
|
|
Corresponding to the node of (<s>,0) |
1.3.9.1