PocketSphinx  0.6
ps_latnode_s Struct Reference

DAG nodes. More...

#include <ps_lattice_internal.h>

Data Fields

int32 id
 Unique id for this node.
int32 wid
 Dictionary word id.
int32 basewid
 Dictionary base word id.
int32 fef
 First end frame.
int32 lef
 Last end frame.
int16 sf
 Start frame.
int16 reachable
 From.
union {
   glist_t   velist
 List of history entries with different lmstate (tst only)
   int32   fanin
 Number nodes with links to this node.
   int32   rem_score
 Estimated best score from node.sf to end.
   int32   best_exit
 Best exit score (used for final nodes only)
info
latlink_list_texits
 Links out of this node.
latlink_list_tentries
 Links into this node.
struct ps_latnode_salt
 Node with alternate pronunciation for this word.
struct ps_latnode_snext
 Next node in DAG (no ordering implied)

Detailed Description

DAG nodes.

A node corresponds to a number of hypothesized instances of a word which all share the same starting point.

Definition at line 113 of file ps_lattice_internal.h.


Field Documentation


The documentation for this struct was generated from the following file: