ps_latpath_s Struct Reference

Partial path structure used in N-best (A*) search. More...

#include <ps_lattice_internal.h>

Data Fields

ps_latnode_tnode
 Node ending this path.
struct ps_latpath_sparent
 Previous element in this path.
struct ps_latpath_snext
 Pointer to next path in list of paths.
int32 score
 Exact score from start node up to node->sf.

Detailed Description

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 147 of file ps_lattice_internal.h.


Field Documentation

Pointer to next path in list of paths.

Definition at line 150 of file ps_lattice_internal.h.

Referenced by ps_astar_next().

Node ending this path.

Definition at line 148 of file ps_lattice_internal.h.

Referenced by ps_astar_hyp(), ps_astar_next(), ps_astar_seg_iter(), and ps_astar_start().

Previous element in this path.

Definition at line 149 of file ps_lattice_internal.h.

Referenced by ps_astar_hyp(), ps_astar_seg_iter(), and ps_astar_start().

Exact score from start node up to node->sf.

Definition at line 151 of file ps_lattice_internal.h.

Referenced by ps_astar_start(), ps_nbest_hyp(), and ps_nbest_seg().


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

Generated on 20 Nov 2009 for PocketSphinx by  doxygen 1.6.1