FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Functions
relabel.h File Reference
#include <cstddef>
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/arc.h>
#include <fst/cache.h>
#include <fst/float-weight.h>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/symbol-table.h>
#include <fst/util.h>
#include <unordered_map>
Include dependency graph for relabel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::RelabelFst< A >
 
class  fst::internal::RelabelFstImpl< Arc >
 
class  fst::RelabelFst< A >
 
class  fst::StateIterator< RelabelFst< Arc > >
 
class  fst::ArcIterator< RelabelFst< Arc > >
 

Namespaces

 fst
 
 fst::internal
 

Typedefs

using fst::RelabelFstOptions = CacheOptions
 

Functions

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)