FST  openfst-1.8.3
OpenFst Library
Namespaces | Functions
print.cc File Reference
#include <fst/script/print.h>
#include <ostream>
#include <string>
#include <fst/symbol-table.h>
#include <fst/script/fst-class.h>
#include <fst/script/script-impl.h>
Include dependency graph for print.cc:

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Functions

void fst::script::Print (const FstClass &fst, std::ostream &ostrm, const std::string &dest, const SymbolTable *isyms=nullptr, const SymbolTable *osyms=nullptr, const SymbolTable *ssyms=nullptr, bool accept=true, bool show_weight_one=true, const std::string &missing_sym="")
 
void fst::script::PrintFst (const FstClass &fst, std::ostream &ostrm, const std::string &dest, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accept, bool show_weight_one, const std::string &missing_sym="")
 
 fst::script::REGISTER_FST_OPERATION_3ARCS (Print, FstPrintArgs)