#include <include/EST_viterbi.h>

Public Member Functions | |
| EST_VTCandidate () | |
| ~EST_VTCandidate () | |
Public Attributes | |
| float | score |
| EST_Val | name |
| int | pos |
| EST_Item * | s |
| EST_VTCandidate * | next |
Internal class to EST_Viterbi_Decoder used to a represent a candidate.
These objects need to be created and set by the user of the Viterbi decoder.
Definition at line 59 of file EST_viterbi.h.
|
inline |
Definition at line 62 of file EST_viterbi.h.
|
inline |
Definition at line 63 of file EST_viterbi.h.
| float EST_VTCandidate::score |
Definition at line 64 of file EST_viterbi.h.
| EST_Val EST_VTCandidate::name |
Definition at line 65 of file EST_viterbi.h.
| int EST_VTCandidate::pos |
Definition at line 66 of file EST_viterbi.h.
| EST_Item* EST_VTCandidate::s |
Definition at line 67 of file EST_viterbi.h.
| EST_VTCandidate* EST_VTCandidate::next |
Definition at line 68 of file EST_viterbi.h.