FST
openfst-1.8.4
OpenFst Library
|
#include <limits>
#include <utility>
#include <vector>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/relabel.h>
#include <fst/reverse.h>
Go to the source code of this file.
Namespaces | |
fst | |
Functions | |
template<class Arc , class RevArc > | |
void | fst::Reverse (const Fst< Arc > &ifst, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &parens, std::vector< typename Arc::Label > *assignments, MutableFst< RevArc > *ofst) |