HomeSort by relevance Sort by last modified time
    Searched refs:StrToId (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/include/fst/script/
compile-impl.h 137 int64 StrToId(const char *s, const SymbolTable *syms,
163 StateId n = StrToId(s, ssyms_, "state ID");
179 return StrToId(s, isyms_, "arc ilabel", allow_negative_labels_);
183 return StrToId(s, osyms_, "arc olabel", allow_negative_labels_);
  /external/srec/tools/grxmlcompile/
fst-io.h 289 int64 StrToId(const char *s, const SymbolTable *syms,
315 StateId n = StrToId(s, ssyms_, "state ID");
331 return StrToId(s, isyms_, "arc ilabel");
335 return StrToId(s, osyms_, "arc olabel");
grxmlcompile.cpp 329 int64 StrToId(const char *s, fst::SymbolTable *syms,
795 // int eps_word = StrToId("eps", word_syms, "arc ilabel");
796 int pau_word = StrToId(SILENCE_PREFIX_WORD, word_syms, "arc ilabel");
797 int pau2_word = StrToId(SILENCE_SUFFIX_WORD, word_syms, "arc ilabel");
    [all...]

Completed in 116 milliseconds