Cambridge SMT System
fstutils.multiunion.hpp File Reference

Implementations of multiple fst unions. More...

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

Go to the source code of this file.

Classes

class  fst::MultiUnionRational< Arc >
 This class creates the Union of an arbitrarily large number of fsts. This implementation was suggested by Cyril (13-08-2009), as a more efficient alternative to using consecutive Union() over two VectorFsts. The reason being that this generates internally a list of ReplaceFsts. More...
 
class  fst::MultiUnionReplace< Arc >
 This class creates the Union of an arbitrarily large number of fsts. This implementation uses one RTN to generate the union. More...
 

Namespaces

 fst
 

Detailed Description

Implementations of multiple fst unions.

Date
12-10-2012
Author
Gonzalo Iglesias

Definition in file fstutils.multiunion.hpp.