Cambridge SMT System
ucam::hifst::SingleThreadedAliLatsToSparseVecLatsTask< DataT, ArcT > Class Template Reference

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

#include <main-run.alilats2splats.hpp>

Inheritance diagram for ucam::hifst::SingleThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >:
Collaboration diagram for ucam::hifst::SingleThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >:

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

Detailed Description

template<template< class > class DataT, class ArcT = void>
class ucam::hifst::SingleThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >

Full single-threaded Alignment lattices to Sparse lattices.

Definition at line 87 of file main-run.alilats2splats.hpp.

Constructor & Destructor Documentation

template<template< class > class DataT, class ArcT = void>
ucam::hifst::SingleThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >::SingleThreadedAliLatsToSparseVecLatsTask ( const ucam::util::RegistryPO rg)
inline

Constructor.

Parameters
rgpointer to ucam::util::RegistryPO object with all parsed parameters.

Definition at line 110 of file main-run.alilats2splats.hpp.

Member Function Documentation

template<template< class > class DataT, class ArcT = void>
bool ucam::hifst::SingleThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >::operator() ( )
inline

Definition at line 153 of file main-run.alilats2splats.hpp.

Here is the call graph for this function:

template<template< class > class DataT, class ArcT = void>
bool ucam::hifst::SingleThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >::run ( Data &  d)
inline

Reads an input sentence, tokenizes and integer-maps.

Definition at line 117 of file main-run.alilats2splats.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: