FST
openfst-1.8.2.post1
OpenFst Library
|
#include <lookahead-matcher.h>
Public Types | |
using | Label = typename Arc::Label |
using | Reachable = LabelReachable< Arc, DefaultAccumulator< Arc >, Data > |
Public Member Functions | |
template<typename Impl > | |
LabelLookAheadRelabeler (std::shared_ptr< Impl > *impl) | |
Static Public Member Functions | |
template<class LFST > | |
static void | Relabel (MutableFst< Arc > *fst, const LFST &mfst, bool relabel_input) |
template<class LFST > | |
static void | RelabelPairs (const LFST &mfst, std::vector< std::pair< Label, Label >> *pairs, bool avoid_collisions=false) |
Definition at line 683 of file lookahead-matcher.h.
using fst::LabelLookAheadRelabeler< Arc, Data >::Label = typename Arc::Label |
Definition at line 685 of file lookahead-matcher.h.
using fst::LabelLookAheadRelabeler< Arc, Data >::Reachable = LabelReachable<Arc, DefaultAccumulator<Arc>, Data> |
Definition at line 686 of file lookahead-matcher.h.
|
inlineexplicit |
Definition at line 718 of file lookahead-matcher.h.
|
inlinestatic |
Definition at line 694 of file lookahead-matcher.h.
|
inlinestatic |
Definition at line 706 of file lookahead-matcher.h.