PocketSphinx  0.6
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 152 of file ps_lattice_internal.h.


Field Documentation

Pointer to next path in list of paths.

Definition at line 155 of file ps_lattice_internal.h.

Referenced by ps_astar_next().

Node ending this path.

Definition at line 153 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 154 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 156 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: