#include "util.H"
#include "front_end.H"
Go to the source code of this file.
Classes | |
| class | FbCell |
| Cell in dynamic programming chart for Forward-Backward algorithm. More... | |
| class | Lab2FbMain |
| Encapsulation of main loop for Forward-Backward decoding. More... | |
Functions | |
| double | init_backward_pass (const Graph &graph, matrix< FbCell > &chart) |
| Initializes chart for backward pass. | |
Initializes chart for backward pass.
1.5.5