FST
openfst-1.8.2
OpenFst Library
|
#include <algorithm>
#include <vector>
#include <fst/log.h>
#include <fst/cache.h>
#include <fst/compose.h>
Go to the source code of this file.
Classes | |
struct | fst::IntersectFstOptions< Arc, M, Filter, StateTable > |
class | fst::IntersectFst< A > |
class | fst::StateIterator< IntersectFst< Arc > > |
class | fst::ArcIterator< IntersectFst< Arc > > |
Namespaces | |
fst | |
Typedefs | |
using | fst::IntersectOptions = ComposeOptions |
Functions | |
template<class Arc > | |
void | fst::Intersect (const Fst< Arc > &ifst1, const Fst< Arc > &ifst2, MutableFst< Arc > *ofst, const IntersectOptions &opts=IntersectOptions()) |