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

/external/openfst/src/include/fst/extensions/far/
H A Dprint-strings.h38 const string &end_key, const bool print_key, const string &symbols_fname,
55 if (!symbols_fname.empty()) {
57 syms = SymbolTable::ReadText(symbols_fname, true);
60 << symbols_fname;
35 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 string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dfarscript.h52 const string &symbols_fname; member in struct:fst::script::FarCompileStringsArgs
66 const string &symbols_fname,
74 tt(tt), symbols_fname(symbols_fname), unknown_symbol(unknown_symbol),
84 args->generate_keys, args->fet, args->tt, args->symbols_fname,
98 const string &symbols_fname,
183 const string &symbols_fname; member in struct:fst::script::FarPrintStringsArgs
192 const string &symbols_fname, const int32 generate_filenames,
196 symbols_fname(symbols_fname),
59 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 allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
188 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 string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
[all...]
H A Dcompile-strings.h136 const string &symbols_fname,
177 if (!symbols_fname.empty()) {
178 syms = SymbolTable::ReadText(symbols_fname,
182 << symbols_fname;
189 << "\" missing from symbol table: " << symbols_fname; local
129 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 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,
42 generate_keys, fet, tt, symbols_fname,
92 const string &symbols_fname,
97 end_key, print_key, symbols_fname,
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 allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
85 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 string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument

Completed in 49 milliseconds