/external/openfst/src/include/fst/script/ |
print.h | 35 const SymbolTable *ssyms; member in struct:fst::script::FstPrinterArgs 44 const SymbolTable *ssyms, 49 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accept(accept), 58 args->ssyms, args->accept, 66 const SymbolTable *ssyms, 76 const SymbolTable *ssyms = NULL) { 77 fst::FstPrinter<Arc> fstprinter(fst, isyms, osyms, ssyms, true, true);
|
compile.h | 38 const fst::SymbolTable *ssyms; member in struct:fst::script::FstCompileArgs 48 const fst::SymbolTable *ssyms, 52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep), 64 args->osyms, args->ssyms, 85 const SymbolTable *osyms, const SymbolTable *ssyms,
|
draw.h | 37 const SymbolTable *ssyms; member in struct:fst::script::FstDrawerArgs 55 const SymbolTable *ssyms, 69 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), 81 FstDrawer<Arc> fstdrawer(fst, args->isyms, args->osyms, args->ssyms, 93 const SymbolTable *ssyms,
|
print-impl.h | 48 const SymbolTable *ssyms, 51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
|
compile-impl.h | 56 const SymbolTable *ssyms, bool accep, bool ikeep, 59 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
|
draw-impl.h | 46 const SymbolTable *ssyms, 58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
|
/external/openfst/src/bin/ |
fstcompile.cc | 64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local 77 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); 78 if (!ssyms) exit(1); 84 isyms, osyms, ssyms,
|
fstprint.cc | 71 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local 84 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); 85 if (!ssyms) exit(1); 93 s::PrintFst(*fst, *ostrm, dest, isyms, osyms, ssyms,
|
fstdraw.cc | 80 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local 93 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); 94 if (!ssyms) exit(1); 102 s::DrawFst(*fst, isyms, osyms, ssyms, FLAGS_acceptor,
|
/external/openfst/src/script/ |
compile.cc | 29 const SymbolTable *osyms, const SymbolTable *ssyms, 32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms,
|
draw.cc | 29 const SymbolTable *ssyms, 43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width,
|
print.cc | 29 const SymbolTable *ssyms, 31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one,
|
/external/srec/tools/grxmlcompile/ |
fst-io.h | 51 const SymbolTable *ssyms, 53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; 180 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); 181 if (!ssyms) exit(1); 189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor); 214 const SymbolTable *ssyms, bool accep, bool ikeep, 217 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), 379 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; 392 ssyms = SymbolTable::ReadText(FLAGS_ssymbols) [all...] |