#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::PhiFst = MatcherFst< ConstFst< Arc >, PhiFstMatcher< SortedMatcher< ConstFst< Arc >>>, phi_fst_type > |
|
using | fst::StdPhiFst = PhiFst< StdArc > |
|
template<class Arc > |
using | fst::InputPhiFst = MatcherFst< ConstFst< Arc >, PhiFstMatcher< SortedMatcher< ConstFst< Arc >>, kPhiFstMatchInput >, input_phi_fst_type > |
|
using | fst::StdInputPhiFst = InputPhiFst< StdArc > |
|
template<class Arc > |
using | fst::OutputPhiFst = MatcherFst< ConstFst< Arc >, PhiFstMatcher< SortedMatcher< ConstFst< Arc >>, kPhiFstMatchOutput >, output_phi_fst_type > |
|
using | fst::StdOutputPhiFst = OutputPhiFst< StdArc > |
|
DECLARE_bool |
( |
phi_fst_phi_loop |
| ) |
|
DECLARE_int64 |
( |
phi_fst_phi_label |
| ) |
|
DECLARE_string |
( |
phi_fst_rewrite_mode |
| ) |
|