Skip to content

Commit

Permalink
Merge pull request #1002 from mcognetta/small_changes
Browse files Browse the repository at this point in the history
Add missing output formats to spm_encode flag documentation
  • Loading branch information
taku910 authored May 5, 2024
2 parents 7dcb541 + 530f556 commit 0575107
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spm_encode_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
ABSL_FLAG(std::string, model, "", "model file name");
ABSL_FLAG(
std::string, output_format, "piece",
"choose from piece, id, proto, nbest_piece, nbest_id, or nbest_proto");
"choose from piece, id, proto, sample_piece, sample_id, sample_proto, "
"nbest_piece, nbest_id, or nbest_proto");
ABSL_FLAG(std::string, input, "", "input filename");
ABSL_FLAG(std::string, output, "", "output filename");
ABSL_FLAG(std::string, extra_options, "",
Expand Down

0 comments on commit 0575107

Please sign in to comment.