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

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatous Machacek <machacekmatous@gmail.com>2012-03-24 02:42:00 +0400
committerMatous Machacek <machacekmatous@gmail.com>2012-03-24 02:42:00 +0400
commitac5ba83ec873491e72c406679aa386fd8924dabf (patch)
treee2fc425003861fd1d2c578ea8b36a703c4eee76d /mert/SemposOverlapping.h
parent184b24b456daf5ed8feebdbb37df0e6a4e15e8e7 (diff)
Changed maximum scores constant to be able to experiment with more sempos classes
Diffstat (limited to 'mert/SemposOverlapping.h')
-rw-r--r--mert/SemposOverlapping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/SemposOverlapping.h b/mert/SemposOverlapping.h
index 92e2b04dd..c5c36c851 100644
--- a/mert/SemposOverlapping.h
+++ b/mert/SemposOverlapping.h
@@ -8,7 +8,7 @@
#include <vector>
// TODO: need comments about this number.
-const int kMaxNOC = 30;
+const int kMaxNOC = 50;
typedef std::pair<std::string, std::string> str_item_t;
typedef std::vector<str_item_t> str_sentence_t;