FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
symbol-table.cc File Reference
#include <fst/symbol-table.h>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <ios>
#include <iostream>
#include <istream>
#include <memory>
#include <optional>
#include <ostream>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include <fst/flags.h>
#include <fst/log.h>
#include <fstream>
#include <fst/util.h>
#include <map>
#include <functional>
#include <string_view>
#include <fst/lock.h>
Include dependency graph for symbol-table.cc:

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)
 

Function Documentation

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"   
)