Cambridge SMT System
|
Implementation of different type of compositions (i.e. failure transitions) More...
Go to the source code of this file.
Namespaces | |
fst | |
Functions | |
template<class Arc > | |
ComposeFst< Arc > | fst::RPhiCompose (const Fst< Arc > &fstlhs, const Fst< Arc > &fstrhs, const typename Arc::Label kSpecialLabel) |
Performs composition with PHI, based on OpenFST matchers PHI transitions are expected on fstrhs. More... | |
template<class Arc > | |
ComposeFst< Arc > | fst::RRhoCompose (const VectorFst< Arc > &fstlhs, const VectorFst< Arc > &fstrhs, const typename Arc::Label kSpecialLabel=RHO) |
Performs composition with RHO, based on OpenFST matchers RHO transitions are expected on fstrhs. More... | |
Implementation of different type of compositions (i.e. failure transitions)
Definition in file fstutils.ftcompose.hpp.