FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
relabel.cc File Reference
#include <fst/script/relabel.h>
#include <cstdint>
#include <string>
#include <utility>
#include <vector>
#include <fst/symbol-table.h>
#include <fst/script/fst-class.h>
#include <fst/script/script-impl.h>
Include dependency graph for relabel.cc:

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Functions

void fst::script::Relabel (MutableFstClass *ofst, 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)
 
void fst::script::Relabel (MutableFstClass *ofst, const std::vector< std::pair< int64_t, int64_t >> &ipairs, const std::vector< std::pair< int64_t, int64_t >> &opairs)
 
 fst::script::REGISTER_FST_OPERATION_3ARCS (Relabel, FstRelabelArgs1)
 
 fst::script::REGISTER_FST_OPERATION_3ARCS (Relabel, FstRelabelArgs2)