#include <cstdint>
#include <string>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/cache.h>
#include <fst/test-properties.h>
#include <unordered_map>
Go to the source code of this file.
|
template<class Arc > |
void | fst::Relabel (MutableFst< Arc > *fst, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &ipairs, const std::vector< std::pair< typename Arc::Label, typename Arc::Label >> &opairs) |
|
template<class Arc > |
void | fst::Relabel (MutableFst< Arc > *fst, const SymbolTable *old_isymbols, const SymbolTable *new_isymbols, const std::string &unknown_isymbol, bool attach_new_isymbols, const SymbolTable *old_osymbols, const SymbolTable *new_osymbols, const std::string &unknown_osymbol, bool attach_new_osymbols) |
|
template<class Arc > |
void | fst::Relabel (MutableFst< Arc > *fst, const SymbolTable *old_isymbols, const SymbolTable *new_isymbols, bool attach_new_isymbols, const SymbolTable *old_osymbols, const SymbolTable *new_osymbols, bool attach_new_osymbols) |
|
template<class Arc > |
void | fst::Relabel (MutableFst< Arc > *fst, const SymbolTable *new_isymbols, const SymbolTable *new_osymbols) |
|