#include <cstdint>
#include <istream>
#include <memory>
#include <ostream>
#include <string>
#include <fst/const-fst.h>
#include <fst/matcher-fst.h>
#include <fst/matcher.h>
Go to the source code of this file.
|
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 > |
|
DECLARE_int64 |
( |
sigma_fst_sigma_label |
| ) |
|
DECLARE_string |
( |
sigma_fst_rewrite_mode |
| ) |
|