#include <cstdint>
#include <list>
#include <fst/extensions/pdt/pdt.h>
#include <fst/compose.h>
Go to the source code of this file.
|
template<class Arc > |
void | fst::Compose (const Fst< Arc > &ifst1, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &parens, const Fst< Arc > &ifst2, MutableFst< Arc > *ofst, const PdtComposeOptions &opts=PdtComposeOptions()) |
|
template<class Arc > |
void | fst::Compose (const Fst< Arc > &ifst1, const Fst< Arc > &ifst2, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &parens, MutableFst< Arc > *ofst, const PdtComposeOptions &opts=PdtComposeOptions()) |
|