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-21 19:52:02 +0300
committerTaku Kudo <taku@google.com>2020-10-21 19:52:02 +0300
commit9dee6649ae40bb14617f63c4afeb36857582856b (patch)
tree991591a713f2e9fb4496ad7649187a9a3a364d6b
parentd20da5aa8cd785563e415dcfbefb130513a698ce (diff)
fixed typo.
-rw-r--r--src/normalizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normalizer.h b/src/normalizer.h
index 3fce3ed..37fdb8a 100644
--- a/src/normalizer.h
+++ b/src/normalizer.h
@@ -22,7 +22,7 @@
#include <vector>
#include "common.h"
-#incldue "util.h"
+#include "util.h"
#include "sentencepiece_model.pb.h"
#include "sentencepiece_processor.h"
#include "third_party/absl/strings/string_view.h"