FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
symbol-table-ops.h File Reference
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include <fst/fst.h>
#include <fst/symbol-table.h>
#include <unordered_set>
Include dependency graph for symbol-table-ops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fst
 

Functions

template<class Arc >
SymbolTable * fst::PruneSymbolTable (const Fst< Arc > &fst, const SymbolTable &syms, bool input)
 
SymbolTable * fst::CompactSymbolTable (const SymbolTable &syms)
 
SymbolTable * fst::MergeSymbolTable (const SymbolTable &left, const SymbolTable &right, bool *right_relabel_output=nullptr)
 
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)