FST
openfst-1.8.2.post1
OpenFst Library
|
#include <algorithm>
#include <cstdint>
#include <memory>
#include <utility>
#include <fst/log.h>
#include <fst/cache.h>
#include <fst/compose-filter.h>
#include <fst/fst-decl.h>
#include <fst/lookahead-filter.h>
#include <fst/matcher.h>
#include <fst/state-table.h>
#include <fst/test-properties.h>
Go to the source code of this file.
Namespaces | |
fst | |
fst::internal | |
Typedefs | |
using | fst::StdComposeFst = ComposeFst< StdArc > |
Enumerations | |
enum | fst::ComposeFilter { fst::AUTO_FILTER, fst::NULL_FILTER, fst::TRIVIAL_FILTER, fst::SEQUENCE_FILTER, fst::ALT_SEQUENCE_FILTER, fst::MATCH_FILTER, fst::NO_MATCH_FILTER } |
Functions | |
template<class Arc > | |
void | fst::Compose (const Fst< Arc > &ifst1, const Fst< Arc > &ifst2, MutableFst< Arc > *ofst, const ComposeOptions &opts=ComposeOptions()) |