Cambridge SMT System
fstutils.ftcompose.hpp File Reference

Implementation of different type of compositions (i.e. failure transitions) More...

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

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...
 

Detailed Description

Implementation of different type of compositions (i.e. failure transitions)

Date
8-8-2012
Author
Gonzalo Iglesias

Definition in file fstutils.ftcompose.hpp.