Cambridge SMT System
|
Implements single-threaded version of alilats2splats tool. More...
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... | |
Implements single-threaded version of alilats2splats tool.
Definition in file main-run.alilats2splats.hpp.