FST
openfst-1.8.2.post1
OpenFst Library
|
#include <cstdint>
#include <string>
#include <vector>
#include <fst/fst.h>
#include <fst/symbol-table.h>
#include <unordered_set>
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) |