FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
reverse.h File Reference
#include <limits>
#include <utility>
#include <vector>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/relabel.h>
#include <fst/reverse.h>
Include dependency graph for reverse.h:
This graph shows which files directly or indirectly include this file:

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)