Searched defs:far_type (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/extensions/far/
H A Dfarcompilestrings.cc34 DEFINE_string(far_type, "default",
77 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type); local
80 far_type, FLAGS_generate_keys, fet, ftt,
H A Dfarcreate.cc31 DEFINE_string(far_type, "default",
57 fst::FarType far_type = fst::FarTypeFromString(FLAGS_far_type); local
60 FLAGS_file_list_input, far_type, FLAGS_key_prefix,
H A Dfarscript.cc31 const FarType &far_type,
43 FarCompileStringsArgs args(in_fnames, out_fname, fst_type, far_type,
58 const FarType &far_type,
62 far_type, key_prefix, key_suffix);
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
53 FarCreate(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
/external/openfst/src/include/fst/extensions/far/
H A Dcreate.h42 const FarType &far_type,
46 FarWriter<Arc>::Create(out_fname, far_type);
38 FarCreate(const vector<string> &in_fnames, const string &out_fname, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
H A Dcompile-strings.h144 const FarType &far_type,
211 FarWriter<Arc>::Create(out_fname, far_type);
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.h49 const FarType &far_type; member in struct:fst::script::FarCompileStringsArgs
65 const FarType &far_type,
78 far_type(far_type), generate_keys(generate_keys), fet(fet),
89 args->in_fnames, args->out_fname, args->fst_type, args->far_type,
101 const FarType &far_type,
124 const FarType &far_type; member in struct:fst::script::FarCreateArgs
131 const FarType &far_type, const string &key_prefix,
135 far_type(far_type), key_prefi
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
128 FarCreateArgs( const vector<string> &in_fnames, const string &out_fname, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
[all...]

Completed in 110 milliseconds