FST
openfst-1.8.2
OpenFst Library
|
#include <tuple>
#include <fst/intersect.h>
#include <fst/script/compose.h>
#include <fst/script/fst-class.h>
Go to the source code of this file.
Namespaces | |
fst | |
fst::script | |
Typedefs | |
using | fst::script::FstIntersectArgs = std::tuple< const FstClass &, const FstClass &, MutableFstClass *, const ComposeOptions & > |
Functions | |
template<class Arc > | |
void | fst::script::Intersect (FstIntersectArgs *args) |
void | fst::script::Intersect (const FstClass &ifst, const FstClass &ifst2, MutableFstClass *ofst, const ComposeOptions &opts=ComposeOptions()) |