FST  openfst-1.8.2
OpenFst Library
Classes | Namespaces | Functions | Variables
lookahead-matcher.h File Reference
#include <cstdint>
#include <memory>
#include <utility>
#include <vector>
#include <fst/flags.h>
#include <fst/log.h>
#include <fst/add-on.h>
#include <fst/const-fst.h>
#include <fst/fst.h>
#include <fst/label-reachable.h>
#include <fst/matcher.h>
Include dependency graph for lookahead-matcher.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::LookAheadMatcherBase< Arc >
 
class  fst::TrivialLookAheadMatcher< M >
 
class  fst::ArcLookAheadMatcher< M, flags >
 
class  fst::LabelLookAheadMatcher< M, flags, Accum, R >
 
class  fst::LabelLookAheadRelabeler< Arc, Data >
 
class  fst::LookAheadMatcher< F >
 

Namespaces

 fst
 

Functions

 DECLARE_string (save_relabel_ipairs)
 
 DECLARE_string (save_relabel_opairs)
 
template<class Reachable , class FST , class Data >
void fst::RelabelForReachable (FST *fst, const Data &data, const std::string &save_relabel_ipairs, const std::string &save_relabel_opairs)
 

Variables

constexpr uint32_t fst::kInputLookAheadMatcher = 0x00000010
 
constexpr uint32_t fst::kOutputLookAheadMatcher = 0x00000020
 
constexpr uint32_t fst::kLookAheadWeight = 0x00000040
 
constexpr uint32_t fst::kLookAheadPrefix = 0x00000080
 
constexpr uint32_t fst::kLookAheadNonEpsilons = 0x00000100
 
constexpr uint32_t fst::kLookAheadEpsilons = 0x00000200
 
constexpr uint32_t fst::kLookAheadNonEpsilonPrefix = 0x00000400
 
constexpr uint32_t fst::kLookAheadKeepRelabelData = 0x00000800
 
constexpr uint32_t fst::kLookAheadFlags = 0x00000ff0
 

Function Documentation

DECLARE_string ( save_relabel_ipairs  )
DECLARE_string ( save_relabel_opairs  )