32 void Compile(std::istream &istrm,
const std::string &source,
33 const std::string &dest,
const std::string &fst_type,
34 const std::string &arc_type,
const SymbolTable *isyms,
36 bool ikeep,
bool okeep,
bool nkeep) {
38 arc_type, isyms, osyms, ssyms,
39 accep, ikeep, okeep, nkeep));
44 std::istream &istrm,
const std::string &source,
const std::string &fst_type,
45 const std::string &arc_type,
const SymbolTable *isyms,
47 bool okeep,
bool nkeep) {
59 Apply<Operation<FstCompileArgs>>(
"CompileInternal", arc_type, &args);
60 return std::move(args.
retval);
REGISTER_FST_OPERATION_3ARCS(Compress, CompressArgs)
void 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)
void CompileInternal(FstCompileArgs *args)