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>2018-05-06 18:51:20 +0300
committerTaku Kudo <taku@google.com>2018-05-06 18:51:20 +0300
commitcf0eb82d65850172a4661e47668938ab82cb2c76 (patch)
treefa6414db5714c6fd15f725d5a9e28cbcb14e20c2 /src/word_model_trainer.h
parent31153b117294830ab41ff3e9ee4f0a7323f16d8d (diff)
CHECK to Status migration for Trainer.
Diffstat (limited to 'src/word_model_trainer.h')
-rw-r--r--src/word_model_trainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/word_model_trainer.h b/src/word_model_trainer.h
index 672c5ac..1a1aecc 100644
--- a/src/word_model_trainer.h
+++ b/src/word_model_trainer.h
@@ -32,7 +32,7 @@ class Trainer : public TrainerInterface {
const NormalizerSpec &normalizer_spec)
: TrainerInterface::TrainerInterface(trainer_spec, normalizer_spec) {}
- void Train() override;
+ util::Status Train() override;
};
} // namespace word
} // namespace sentencepiece