FST
openfst-1.8.2
OpenFst Library
|
#include <fst/symbol-table.h>
#include <cstdint>
#include <fst/flags.h>
#include <fst/log.h>
#include <fstream>
#include <fst/util.h>
#include <string_view>
#include <fst/lock.h>
Go to the source code of this file.
Namespaces | |
fst | |
fst::internal | |
Functions | |
DEFINE_bool (fst_compat_symbols, true,"Require symbol tables to match when appropriate") | |
DEFINE_string (fst_field_separator,"\t ","Set of characters used as a separator between printed fields") | |
bool | fst::CompatSymbols (const SymbolTable *syms1, const SymbolTable *syms2, bool warning=true) |
void | fst::SymbolTableToString (const SymbolTable *table, std::string *result) |
SymbolTable * | fst::StringToSymbolTable (const std::string &str) |
DEFINE_bool | ( | fst_compat_symbols | , |
true | , | ||
"Require symbol tables to match when appropriate" | |||
) |
DEFINE_string | ( | fst_field_separator | , |
"\t " | , | ||
"Set of characters used as a separator between printed fields" | |||
) |