Cambridge SMT System
|
Full single-threaded Alignment lattices to Sparse lattices. More...
#include <main-run.lmbr.hpp>
Public Member Functions | |
SingleThreadedLmbrTask (const ucam::util::RegistryPO &rg) | |
Constructor. More... | |
bool | run (Data &d) |
Reads evidence space and hypotheses space (FSTs) and applies lmbr. More... | |
bool | operator() () |
Public Member Functions inherited from ucam::util::TaskInterface< Data > | |
TaskInterface () | |
Constructor. More... | |
virtual | ~TaskInterface () |
bool | chainrun (Data &d) |
Implements chain of responsability. Calls run method and, if there is another task, call its run method too. More... | |
bool | operator() (Data &d) |
TaskInterface & | appendTask (TaskInterface *t) |
Appends a task class. If there is no task, append here, otherwise delegate in next task. More... | |
TaskInterface & | operator() (TaskInterface *t) |
TaskInterface * | getTask () |
Return appended task. More... | |
TaskInterface * | next () |
Full single-threaded Alignment lattices to Sparse lattices.
Definition at line 33 of file main-run.lmbr.hpp.
|
inline |
Constructor.
rg | pointer to RegistryPO object with all parsed parameters. |
Definition at line 45 of file main-run.lmbr.hpp.
|
inline |
|
inlinevirtual |
Reads evidence space and hypotheses space (FSTs) and applies lmbr.
Implements ucam::util::TaskInterface< Data >.
Definition at line 52 of file main-run.lmbr.hpp.