Searched defs:isyms (Results 1 - 20 of 20) sorted by relevance

/external/openfst/src/bin/
H A Dfstcompile.cc64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local
67 isyms = SymbolTable::ReadText(FLAGS_isymbols, FLAGS_allow_negative_labels);
68 if (!isyms) exit(1);
84 isyms, osyms, ssyms,
H A Dfstdraw.cc80 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local
83 isyms = SymbolTable::ReadText(FLAGS_isymbols, FLAGS_allow_negative_labels);
84 if (!isyms) exit(1);
97 if (!isyms && !FLAGS_numeric)
98 isyms = fst->InputSymbols();
102 s::DrawFst(*fst, isyms, osyms, ssyms, FLAGS_acceptor,
109 if (isyms && !FLAGS_save_isymbols.empty())
110 isyms->WriteText(FLAGS_save_isymbols);
H A Dfstprint.cc71 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local
74 isyms = SymbolTable::ReadText(FLAGS_isymbols, FLAGS_allow_negative_labels);
75 if (!isyms) exit(1);
88 if (!isyms && !FLAGS_numeric)
89 isyms = fst->InputSymbols();
93 s::PrintFst(*fst, *ostrm, dest, isyms, osyms, ssyms,
96 if (isyms && !FLAGS_save_isymbols.empty())
97 isyms->WriteText(FLAGS_save_isymbols);
H A Dfstsymbols.cc64 const SymbolTable *isyms = fst->InputSymbols(); local
65 if (isyms) {
66 isyms->WriteText(FLAGS_save_isymbols);
98 SymbolTable *isyms = RelabelSymbolTable(fst->InputSymbols(), ipairs); local
99 fst->SetInputSymbols(isyms);
100 delete isyms;
/external/openfst/src/script/
H A Dprint.cc27 const SymbolTable *isyms,
31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one,
26 PrintFst(const FstClass &fst, ostream &ostrm, const string &dest, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accept, bool show_weight_one) argument
H A Dcompile.cc28 const SymbolTable *isyms,
32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms,
26 CompileFst(istream &istrm, const string &source, const string &dest, const string &fst_type, const string &arc_type, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels) argument
H A Ddraw.cc27 const SymbolTable *isyms,
43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width,
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/openfst/src/include/fst/script/
H A Dprint.h33 const SymbolTable *isyms; member in struct:fst::script::FstPrinterArgs
42 const SymbolTable *isyms,
49 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accept(accept),
57 fst::FstPrinter<Arc> fstprinter(fst, args->isyms, args->osyms,
64 const SymbolTable *isyms,
74 const SymbolTable *isyms = NULL,
77 fst::FstPrinter<Arc> fstprinter(fst, isyms, osyms, ssyms, true, true);
41 FstPrinterArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accept, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Dcompile.h36 const fst::SymbolTable *isyms; member in struct:fst::script::FstCompileArgs
46 const string &fst_type, const fst::SymbolTable *isyms,
52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep),
63 FstCompiler<Arc> fstcompiler(args->istrm, args->source, args->isyms,
84 const SymbolTable *isyms,
45 FstCompileArgs(istream &istrm, const string &source, const string &dest, const string &fst_type, const fst::SymbolTable *isyms, const fst::SymbolTable *osyms, const fst::SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels = false) argument
H A Ddraw.h35 const SymbolTable *isyms; member in struct:fst::script::FstDrawerArgs
53 const SymbolTable *isyms,
69 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep),
81 FstDrawer<Arc> fstdrawer(fst, args->isyms, args->osyms, args->ssyms,
91 const SymbolTable *isyms,
52 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Dprint-impl.h46 const SymbolTable *isyms,
51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
45 FstPrinter(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool show_weight_one) argument
H A Dcompile-impl.h55 const SymbolTable *isyms, const SymbolTable *osyms,
59 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
124 fst_.SetInputSymbols(isyms);
54 FstCompiler(istream &istrm, const string &source, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels = false) argument
H A Ddraw-impl.h44 const SymbolTable *isyms,
58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
43 FstDrawer(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, string title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dverify.h35 const SymbolTable *isyms = fst.InputSymbols(); local
66 } else if (isyms && isyms->Find(arc.ilabel) == "") {
70 << isyms->Name() << "\"";
H A Dvector-fst.h618 virtual void SetInputSymbols(const SymbolTable* isyms) { argument
620 impl_->SetInputSymbols(isyms);
H A Dfst.h439 void SetInputSymbols(const SymbolTable* isyms) { argument
441 isymbols_ = isyms ? isyms->Copy() : 0;
/external/openfst/src/include/fst/
H A Dverify.h38 const SymbolTable *isyms = fst.InputSymbols(); local
69 } else if (isyms && isyms->Find(arc.ilabel) == "") {
73 << isyms->Name() << "\"";
H A Dmutable-fst.h80 virtual void SetInputSymbols(const SymbolTable* isyms) = 0;
336 virtual void SetInputSymbols(const SymbolTable* isyms) { argument
338 GetImpl()->SetInputSymbols(isyms);
H A Dfst.h648 void SetInputSymbols(const SymbolTable* isyms) { argument
650 isymbols_ = isyms ? isyms->Copy() : 0;
/external/srec/tools/grxmlcompile/
H A Dfst-io.h49 const SymbolTable *isyms,
53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
170 isyms = SymbolTable::ReadText(FLAGS_isymbols);
171 if (!isyms) exit(1);
184 if (!isyms && !FLAGS_numeric)
185 isyms = fst->InputSymbols();
189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor);
192 if (isyms && !FLAGS_save_isymbols.empty())
193 isyms
48 FstPrinter(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep) argument
212 FstReader(istream &istrm, const string &source, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep) argument
[all...]

Completed in 668 milliseconds