FST  openfst-1.8.2.post1
OpenFst Library
Classes | Namespaces | Functions
expand.h File Reference
#include <cstdint>
#include <forward_list>
#include <vector>
#include <fst/log.h>
#include <fst/extensions/pdt/paren.h>
#include <fst/extensions/pdt/pdt.h>
#include <fst/extensions/pdt/reverse.h>
#include <fst/extensions/pdt/shortest-path.h>
#include <fst/cache.h>
#include <fst/mutable-fst.h>
#include <fst/queue.h>
#include <fst/state-table.h>
#include <fst/test-properties.h>
#include <unordered_map>
Include dependency graph for expand.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fst::PdtExpandFstOptions< Arc >
 
class  fst::internal::PdtExpandFstImpl< Arc >
 
class  fst::PdtExpandFst< A >
 
class  fst::StateIterator< PdtExpandFst< Arc > >
 
class  fst::ArcIterator< PdtExpandFst< Arc > >
 
class  fst::PdtPrunedExpand< Arc >
 
struct  fst::PdtExpandOptions< Arc >
 

Namespaces

 fst
 
 fst::internal
 

Functions

template<class Arc >
void fst::Expand (const Fst< Arc > &ifst, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &parens, MutableFst< Arc > *ofst, const PdtExpandOptions< Arc > &opts)
 
template<class Arc >
void fst::Expand (const Fst< Arc > &ifst, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &parens, MutableFst< Arc > *ofst, bool connect=true, bool keep_parentheses=false)