|
PocketSphinx
5prealpha
|
Partial path structure used in N-best (A*) search. More...
#include <ps_lattice_internal.h>
Data Fields | |
| ps_latnode_t * | node |
| Node ending this path. | |
| struct ps_latpath_s * | parent |
| Previous element in this path. | |
| struct ps_latpath_s * | next |
| Pointer to next path in list of paths. | |
| int32 | score |
| Exact score from start node up to node->sf. | |
Partial path structure used in N-best (A*) search.
Each partial path (latpath_t) is constructed by extending another partial path–parent–by one node.
Definition at line 153 of file ps_lattice_internal.h.