FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
symbol-table-ops.cc File Reference
#include <fst/symbol-table-ops.h>
#include <cstdint>
#include <functional>
#include <ios>
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fstream>
#include <fst/fst.h>
#include <fst/symbol-table.h>
#include <fst/util.h>
Include dependency graph for symbol-table-ops.cc:

Go to the source code of this file.

Namespaces

 fst
 

Functions

SymbolTable * fst::MergeSymbolTable (const SymbolTable &left, const SymbolTable &right, bool *right_relabel_output=nullptr)
 
SymbolTable * fst::CompactSymbolTable (const SymbolTable &syms)
 
SymbolTable * fst::FstReadSymbols (const std::string &source, bool input)
 
bool fst::AddAuxiliarySymbols (const std::string &prefix, int64_t start_label, int64_t nlabels, SymbolTable *syms)