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

Go to the source code of this file.

Namespaces

 fst
 
 fst::script
 

Functions

void fst::script::Compile (std::istream &istrm, const std::string &source, const std::string &dest, const std::string &fst_type, const std::string &arc_type, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep)
 
std::unique_ptr< FstClass > fst::script::CompileInternal (std::istream &istrm, const std::string &source, const std::string &fst_type, const std::string &arc_type, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep)
 
 fst::script::REGISTER_FST_OPERATION_3ARCS (CompileInternal, FstCompileArgs)