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-11 17:24:12 +0300
committerTaku Kudo <taku@google.com>2018-05-11 17:24:12 +0300
commit2e01a0890ef87312407da71c925fdfa56bdd4d1d (patch)
tree77dcc98089b9908827f4c1b9dab7c13f5fb9770a /src/builder.h
parent49da7daf913d836edcb84eadb1ea10b277f3e3db (diff)
s/PopulateNormalizationSpec/PopulateNormalizerSpec/
Diffstat (limited to 'src/builder.h')
-rw-r--r--src/builder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/builder.h b/src/builder.h
index 6c1d6fe..7a5fdb2 100644
--- a/src/builder.h
+++ b/src/builder.h
@@ -51,8 +51,7 @@ class Builder {
// Populates necessary fields (precompiled_charmap) from
// `name` or `normalization_rule_tsv` fields in `normalizer_spec`.
- static util::Status PopulateNormalizationSpec(
- NormalizerSpec *normalizer_spec);
+ static util::Status PopulateNormalizerSpec(NormalizerSpec *normalizer_spec);
// Makes a normalization mapping based on NFKC.
//