Cambridge SMT System
main-run.alilats2splats.hpp File Reference

Implements single-threaded version of alilats2splats tool. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ucam::hifst::SingleThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >
 Full single-threaded Alignment lattices to Sparse lattices. More...
 
class  ucam::hifst::MultiThreadedAliLatsToSparseVecLatsTask< DataT, ArcT >
 Multithreaded implementation of alilats2splats pipeline. More...
 

Namespaces

 ucam
 
 ucam::hifst
 

Functions

void ucam::hifst::setScales (const ucam::util::RegistryPO &rg, unsigned *offset, const std::string &lmscales=HifstConstants::kLmFeatureweights, const std::string &grammarscales=HifstConstants::kRuleflowerlatticeFeatureweights, const std::string &featureweights=HifstConstants::kFeatureweights, const std::string &lmload=HifstConstants::kLmLoad)
 Sets scales using environment parameter (see sparse tuple weight semiring file), or grammar scales and language model scales. If these are active, the environment parameter will not be used. More...
 

Detailed Description

Implements single-threaded version of alilats2splats tool.

Date
15-10-2012
Author
Gonzalo Iglesias

Definition in file main-run.alilats2splats.hpp.