#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::RhoFst = MatcherFst< ConstFst< Arc >, RhoFstMatcher< SortedMatcher< ConstFst< Arc >>>, rho_fst_type > |
|
using | fst::StdRhoFst = RhoFst< StdArc > |
|
template<class Arc > |
using | fst::InputRhoFst = MatcherFst< ConstFst< Arc >, RhoFstMatcher< SortedMatcher< ConstFst< Arc >>, kRhoFstMatchInput >, input_rho_fst_type > |
|
using | fst::StdInputRhoFst = InputRhoFst< StdArc > |
|
template<class Arc > |
using | fst::OutputRhoFst = MatcherFst< ConstFst< Arc >, RhoFstMatcher< SortedMatcher< ConstFst< Arc >>, kRhoFstMatchOutput >, output_rho_fst_type > |
|
using | fst::StdOutputRhoFst = OutputRhoFst< StdArc > |
|
DECLARE_int64 |
( |
rho_fst_rho_label |
| ) |
|
DECLARE_string |
( |
rho_fst_rewrite_mode |
| ) |
|