Cambridge SMT System
ucam::lmbr::SingleThreadedLmbrTask< Data > Class Template Reference

Full single-threaded Alignment lattices to Sparse lattices. More...

#include <main-run.lmbr.hpp>

Inheritance diagram for ucam::lmbr::SingleThreadedLmbrTask< Data >:
Collaboration diagram for ucam::lmbr::SingleThreadedLmbrTask< Data >:

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)
 
TaskInterfaceappendTask (TaskInterface *t)
 Appends a task class. If there is no task, append here, otherwise delegate in next task. More...
 
TaskInterfaceoperator() (TaskInterface *t)
 
TaskInterfacegetTask ()
 Return appended task. More...
 
TaskInterfacenext ()
 

Detailed Description

template<class Data = LmbrTaskData>
class ucam::lmbr::SingleThreadedLmbrTask< Data >

Full single-threaded Alignment lattices to Sparse lattices.

Definition at line 33 of file main-run.lmbr.hpp.

Constructor & Destructor Documentation

template<class Data = LmbrTaskData>
ucam::lmbr::SingleThreadedLmbrTask< Data >::SingleThreadedLmbrTask ( const ucam::util::RegistryPO rg)
inline

Constructor.

Parameters
rgpointer to RegistryPO object with all parsed parameters.

Definition at line 45 of file main-run.lmbr.hpp.

Member Function Documentation

template<class Data = LmbrTaskData>
bool ucam::lmbr::SingleThreadedLmbrTask< Data >::operator() ( )
inline

Definition at line 99 of file main-run.lmbr.hpp.

Here is the call graph for this function:

template<class Data = LmbrTaskData>
bool ucam::lmbr::SingleThreadedLmbrTask< Data >::run ( Data &  d)
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.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file: