FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Enumerations | Functions
replace.h File Reference
#include <cstddef>
#include <cstdint>
#include <deque>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/connect.h>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/replace-util.h>
#include <fst/replace.h>
#include <fst/symbol-table-ops.h>
#include <fst/symbol-table.h>
#include <fst/util.h>
#include <unordered_map>
Include dependency graph for replace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fst::internal::ReplaceParenHash< S >
 
struct  fst::PdtReplaceOptions< Arc >
 
class  fst::PdtParser< Arc >
 
class  fst::PdtLeftParser< Arc >
 
class  fst::PdtLeftSRParser< Arc >
 

Namespaces

 fst
 
 fst::internal
 

Enumerations

enum  fst::PdtParserType : uint8_t { fst::PdtParserType::LEFT, fst::PdtParserType::LEFT_SR }
 

Functions

template<class Arc >
void fst::Replace (const std::vector< std::pair< typename Arc::Label, const Fst< Arc > * >> &ifst_array, MutableFst< Arc > *ofst, std::vector< std::pair< typename Arc::Label, typename Arc::Label >> *parens, const PdtReplaceOptions< Arc > &opts)
 
template<class Arc >
void fst::Replace (const std::vector< std::pair< typename Arc::Label, const Fst< Arc > * >> &ifst_array, MutableFst< Arc > *ofst, std::vector< std::pair< typename Arc::Label, typename Arc::Label >> *parens, typename Arc::Label root)