FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Enumerations | Functions | Variables
compose.h File Reference
#include <sys/types.h>
#include <cstdint>
#include <list>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/extensions/pdt/pdt.h>
#include <fst/compose-filter.h>
#include <fst/compose.h>
#include <fst/connect.h>
#include <fst/filter-state.h>
#include <fst/fst.h>
#include <fst/matcher.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/util.h>
Include dependency graph for compose.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::ParenMatcher< F >
 
class  fst::ParenFilter< Filter >
 
class  fst::PdtComposeFstOptions< Arc, left_pdt >
 
class  fst::PdtComposeFstOptions< Arc, false >
 
struct  fst::PdtComposeOptions
 

Namespaces

 fst
 

Enumerations

enum  fst::PdtComposeFilter : uint8_t { fst::PdtComposeFilter::PAREN, fst::PdtComposeFilter::EXPAND, fst::PdtComposeFilter::EXPAND_PAREN }
 

Functions

template<class Arc >
void fst::Compose (const Fst< Arc > &ifst1, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &parens, const Fst< Arc > &ifst2, MutableFst< Arc > *ofst, const PdtComposeOptions &opts=PdtComposeOptions())
 
template<class Arc >
void fst::Compose (const Fst< Arc > &ifst1, const Fst< Arc > &ifst2, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &parens, MutableFst< Arc > *ofst, const PdtComposeOptions &opts=PdtComposeOptions())
 

Variables

constexpr uint32_t fst::kParenList = 0x00000001
 
constexpr uint32_t fst::kParenLoop = 0x00000002