FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Functions | Variables
sigma-fst.h File Reference
#include <cstdint>
#include <istream>
#include <memory>
#include <ostream>
#include <string>
#include <fst/log.h>
#include <fst/arc.h>
#include <fst/const-fst.h>
#include <fst/fst.h>
#include <fst/matcher-fst.h>
#include <fst/matcher.h>
#include <fst/util.h>
Include dependency graph for sigma-fst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::internal::SigmaFstMatcherData< Label >
 
class  fst::SigmaFstMatcher< M, flags >
 

Namespaces

 fst
 
 fst::internal
 

Typedefs

template<class Arc >
using fst::SigmaFst = MatcherFst< ConstFst< Arc >, SigmaFstMatcher< SortedMatcher< ConstFst< Arc >>>, sigma_fst_type >
 
using fst::StdSigmaFst = SigmaFst< StdArc >
 
template<class Arc >
using fst::InputSigmaFst = MatcherFst< ConstFst< Arc >, SigmaFstMatcher< SortedMatcher< ConstFst< Arc >>, kSigmaFstMatchInput >, input_sigma_fst_type >
 
using fst::StdInputSigmaFst = InputSigmaFst< StdArc >
 
template<class Arc >
using fst::OutputSigmaFst = MatcherFst< ConstFst< Arc >, SigmaFstMatcher< SortedMatcher< ConstFst< Arc >>, kSigmaFstMatchOutput >, output_sigma_fst_type >
 
using fst::StdOutputSigmaFst = OutputSigmaFst< StdArc >
 

Functions

 DECLARE_int64 (sigma_fst_sigma_label)
 
 DECLARE_string (sigma_fst_rewrite_mode)
 

Variables

constexpr uint8_t fst::kSigmaFstMatchInput
 
constexpr uint8_t fst::kSigmaFstMatchOutput
 
constexpr char fst::sigma_fst_type [] = "sigma"
 
constexpr char fst::input_sigma_fst_type [] = "input_sigma"
 
constexpr char fst::output_sigma_fst_type [] = "output_sigma"
 

Function Documentation

DECLARE_int64 ( sigma_fst_sigma_label  )
DECLARE_string ( sigma_fst_rewrite_mode  )