FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
expand.h File Reference
#include <cstddef>
#include <cstdint>
#include <memory>
#include <utility>
#include <vector>
#include <fst/extensions/mpdt/mpdt.h>
#include <fst/extensions/pdt/paren.h>
#include <fst/extensions/pdt/pdt.h>
#include <fst/cache.h>
#include <fst/connect.h>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/queue.h>
#include <fst/state-table.h>
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::MPdtExpandFstOptions< Arc >
 
class  fst::internal::MPdtExpandFstImpl< Arc >
 
class  fst::MPdtExpandFst< A >
 
class  fst::StateIterator< MPdtExpandFst< Arc > >
 
class  fst::ArcIterator< MPdtExpandFst< Arc > >
 
struct  fst::MPdtExpandOptions
 

Namespaces

 fst
 
 fst::internal
 

Functions

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