#include "util.H"
#include "front_end.H"
Go to the source code of this file.
Classes | |
| class | VitCell |
| Cell in dynamic programming chart for Viterbi algorithm. More... | |
| class | Lab2VitMain |
| Encapsulation of main loop for Viterbi decoding. More... | |
Functions | |
| double | viterbi_backtrace (const Graph &graph, matrix< VitCell > &chart, vector< int > &outLabelList, bool doAlign) |
| Routine for Viterbi backtrace. | |
| double viterbi_backtrace | ( | const Graph & | graph, | |
| matrix< VitCell > & | chart, | |||
| vector< int > & | outLabelList, | |||
| bool | doAlign | |||
| ) |
Routine for Viterbi backtrace.
1.5.5