Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2020-10-23 18:32:38 +0300
committerTaku Kudo <taku@google.com>2020-10-23 18:32:38 +0300
commit63211c130e320477ebf20e0895f73253a97d340d (patch)
tree447e8f46363f4c4f6390116505ade1ad84568870
parent910f804f720632caf4c31a66d09a6ca68bc1f287 (diff)
fixed build break.
-rw-r--r--src/spm_encode_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spm_encode_main.cc b/src/spm_encode_main.cc
index 9b018f9..c0c94db 100644
--- a/src/spm_encode_main.cc
+++ b/src/spm_encode_main.cc
@@ -29,7 +29,7 @@
ABSL_FLAG(std::string, model, "", "model file name");
ABSL_FLAG(std::string, output_format, "piece",
- "choose from piece, id, proto, nbest_piece, nbest_id, nbest_proto,
+ "choose from piece, id, proto, nbest_piece, nbest_id, nbest_proto, "
"sample_piece, sample_id or sample_proto.");
ABSL_FLAG(std::string, input, "", "input filename");
ABSL_FLAG(std::string, output, "", "output filename");