#include <memory>
#include <string>
#include <fst/const-fst.h>
#include <fst/matcher-fst.h>
#include <fst/matcher.h>
Go to the source code of this file.
|
using | fst::StdPhiFst = MatcherFst< ConstFst< StdArc >, PhiFstMatcher< SortedMatcher< ConstFst< StdArc >>>, phi_fst_type > |
|
using | fst::LogPhiFst = MatcherFst< ConstFst< LogArc >, PhiFstMatcher< SortedMatcher< ConstFst< LogArc >>>, phi_fst_type > |
|
using | fst::Log64PhiFst = MatcherFst< ConstFst< Log64Arc >, PhiFstMatcher< SortedMatcher< ConstFst< Log64Arc >>>, input_phi_fst_type > |
|
using | fst::StdInputPhiFst = MatcherFst< ConstFst< StdArc >, PhiFstMatcher< SortedMatcher< ConstFst< StdArc >>, kPhiFstMatchInput >, input_phi_fst_type > |
|
using | fst::LogInputPhiFst = MatcherFst< ConstFst< LogArc >, PhiFstMatcher< SortedMatcher< ConstFst< LogArc >>, kPhiFstMatchInput >, input_phi_fst_type > |
|
using | fst::Log64InputPhiFst = MatcherFst< ConstFst< Log64Arc >, PhiFstMatcher< SortedMatcher< ConstFst< Log64Arc >>, kPhiFstMatchInput >, input_phi_fst_type > |
|
using | fst::StdOutputPhiFst = MatcherFst< ConstFst< StdArc >, PhiFstMatcher< SortedMatcher< ConstFst< StdArc >>, kPhiFstMatchOutput >, output_phi_fst_type > |
|
using | fst::LogOutputPhiFst = MatcherFst< ConstFst< LogArc >, PhiFstMatcher< SortedMatcher< ConstFst< LogArc >>, kPhiFstMatchOutput >, output_phi_fst_type > |
|
using | fst::Log64OutputPhiFst = MatcherFst< ConstFst< Log64Arc >, PhiFstMatcher< SortedMatcher< ConstFst< Log64Arc >>, kPhiFstMatchOutput >, output_phi_fst_type > |
|
DECLARE_bool |
( |
phi_fst_phi_loop |
| ) |
|
DECLARE_int64 |
( |
phi_fst_phi_label |
| ) |
|
DECLARE_string |
( |
phi_fst_rewrite_mode |
| ) |
|