FST
openfst-1.8.2
OpenFst Library
|
Go to the source code of this file.
Namespaces | |
fst | |
fst::script | |
Typedefs | |
using | fst::script::FstConcatArgs1 = std::pair< MutableFstClass *, const FstClass & > |
using | fst::script::FstConcatArgs2 = std::pair< const FstClass &, MutableFstClass * > |
using | fst::script::FstConcatArgs3 = std::pair< const std::vector< FstClass * > &, MutableFstClass * > |
Functions | |
template<class Arc > | |
void | fst::script::Concat (FstConcatArgs1 *args) |
template<class Arc > | |
void | fst::script::Concat (FstConcatArgs2 *args) |
template<class Arc > | |
void | fst::script::Concat (FstConcatArgs3 *args) |
void | fst::script::Concat (MutableFstClass *fst1, const FstClass &fst2) |
void | fst::script::Concat (const FstClass &fst1, MutableFstClass *fst2) |
void | fst::script::Concat (const std::vector< FstClass * > &fsts1, MutableFstClass *fst2) |