17 DEFINE_string(filename_prefix,
"",
"Prefix to append to filenames");
18 DEFINE_string(filename_suffix,
"",
"Suffix to append to filenames");
20 "Generate N digit numeric filenames (def: use keys)");
22 "First key to extract (def: first key in archive)");
23 DEFINE_string(end_key,
"",
"Last key to extract (def: last key in archive)");
25 DEFINE_bool(print_key,
false,
"Prefix each std::string by its key");
26 DEFINE_bool(print_weight,
false,
"Suffix each std::string by its weight");
28 "Entry type: one of : " 29 "\"file\" (one FST per file), \"line\" (one FST per line)");
31 "Token type: one of : " 32 "\"symbol\", \"byte\", \"utf8\"");
35 "Uses symbol table from the first Fst in archive for all entries.");
DEFINE_int32(generate_filenames, 0,"Generate N digit numeric filenames (def: use keys)")
DEFINE_bool(print_key, false,"Prefix each std::string by its key")
int main(int argc, char **argv)
DEFINE_string(filename_prefix,"","Prefix to append to filenames")
int farprintstrings_main(int argc, char **argv)