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:
authorRohit Jain <rjai@microsoft.com>2021-05-25 17:52:27 +0300
committerRohit Jain <rjai@microsoft.com>2021-05-25 17:52:27 +0300
commit8eccf99b372b6dd3452a30b4ea00d8aaeeda2e29 (patch)
treec88be22433fb7da0d02b7a3d39d4e2c3b621a761
parentda762d2699b55719a736f5f3a297dc4d1e662d81 (diff)
Minor edit to comment
-rw-r--r--src/case_encoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/case_encoder.h b/src/case_encoder.h
index b607394..f5c8845 100644
--- a/src/case_encoder.h
+++ b/src/case_encoder.h
@@ -15,8 +15,8 @@
#ifndef NORMALIZER_CASE_ENCODER_H_
#define NORMALIZER_CASE_ENCODER_H_
-// Reduce liklihood of regex_error exceptions on VSC compiled bins by increasing the
-// library specific stack size and complexity limits for regex on VSC
+// Reduce liklihood of regex_error exceptions on VSC compiled bins by increasing
+// library specific stack size and complexity limits
#ifdef _MSC_VER
#define _REGEX_MAX_STACK_COUNT 200000
#define _REGEX_MAX_COMPLEXITY_COUNT 0