Searched refs:symbols_fname (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h53 const string &symbols_fname; member in struct:fst::script::FarCompileStringsArgs
69 const string &symbols_fname,
79 tt(tt), symbols_fname(symbols_fname), unknown_symbol(unknown_symbol),
90 args->generate_keys, args->fet, args->tt, args->symbols_fname,
105 const string &symbols_fname,
216 const string &symbols_fname; member in struct:fst::script::FarPrintStringsArgs
226 const string &symbols_fname, const bool initial_symbols,
232 symbols_fname(symbols_fname), initial_symbol
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
222 FarPrintStringsArgs( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
[all...]
H A Dprint-strings.h42 const string &symbols_fname, const bool initial_symbols,
59 if (!symbols_fname.empty()) {
63 syms = SymbolTable::ReadText(symbols_fname, opts);
66 << symbols_fname;
38 FarPrintStrings( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType far_token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dcompile-strings.h148 const string &symbols_fname,
191 if (!symbols_fname.empty()) {
194 syms = SymbolTable::ReadText(symbols_fname, opts);
197 << symbols_fname;
204 << "\" missing from symbol table: " << symbols_fname; local
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
/external/openfst/src/extensions/far/
H A Dfarscript.cc35 const string &symbols_fname,
44 generate_keys, fet, tt, symbols_fname,
110 const string &symbols_fname,
117 symbols_fname, initial_symbols, generate_filenames,
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
102 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument

Completed in 220 milliseconds