Cambridge SMT System
|
Full single-threaded Alignment lattices to Sparse lattices. More...
#include <main-run.alilats2splats.hpp>
Public Member Functions | |
SingleThreadedAliLatsToSparseVecLatsTask (const ucam::util::RegistryPO &rg) | |
Constructor. More... | |
bool | run (Data &d) |
Reads an input sentence, tokenizes and integer-maps. More... | |
bool | operator() () |
Public Member Functions inherited from ucam::util::TaskInterface< DataT< TupleArc32 > > | |
TaskInterface () | |
Constructor. More... | |
virtual bool | run (DataT< TupleArc32 > &d)=0 |
virtual | ~TaskInterface () |
bool | chainrun (DataT< TupleArc32 > &d) |
Implements chain of responsability. Calls run method and, if there is another task, call its run method too. More... | |
bool | operator() (DataT< TupleArc32 > &d) |
TaskInterface & | operator() (TaskInterface *t) |
TaskInterface & | appendTask (TaskInterface *t) |
Appends a task class. If there is no task, append here, otherwise delegate in next task. More... | |
TaskInterface * | getTask () |
Return appended task. More... | |
TaskInterface * | next () |
Full single-threaded Alignment lattices to Sparse lattices.
Definition at line 87 of file main-run.alilats2splats.hpp.
|
inline |
Constructor.
rg | pointer to ucam::util::RegistryPO object with all parsed parameters. |
Definition at line 110 of file main-run.alilats2splats.hpp.
|
inline |
Definition at line 153 of file main-run.alilats2splats.hpp.
|
inline |
Reads an input sentence, tokenizes and integer-maps.
Definition at line 117 of file main-run.alilats2splats.hpp.