Searched defs:keep_symbols (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/extensions/far/
H A Dfarscript.cc37 bool keep_symbols,
45 unknown_symbol, keep_symbols, initial_symbols,
27 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
/external/openfst/src/include/fst/extensions/far/
H A Dcompile-strings.h90 VectorFst<A> *GetVectorFst(bool keep_symbols = false) {
92 if (keep_symbols) {
104 CompactFst<A, StringCompactor<A> > *GetCompactFst(bool keep_symbols = false) {
106 if (keep_symbols) {
150 bool keep_symbols,
243 bool keep_syms = keep_symbols;
141 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
H A Dfarscript.h55 const bool keep_symbols; member in struct:fst::script::FarCompileStringsArgs
71 bool keep_symbols,
80 keep_symbols(keep_symbols), initial_symbols(initial_symbols),
91 args->unknown_symbol, args->keep_symbols, args->initial_symbols,
107 bool keep_symbols,
62 FarCompileStringsArgs(const vector<string> &in_fnames, const string &out_fname, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool keep_symbols, bool initial_symbols, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument

Completed in 43 milliseconds