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:
authorTetsuo Kiso <tetsuo-s@is.naist.jp>2012-03-23 23:12:33 +0400
committerTetsuo Kiso <tetsuo-s@is.naist.jp>2012-03-23 23:12:33 +0400
commit184b24b456daf5ed8feebdbb37df0e6a4e15e8e7 (patch)
tree6940d530b6da1b10982c61654eaf35d8164dff94 /mert/SemposOverlapping.h
parent8a264801e3ca2f067efaba9bf9caeecd824a225b (diff)
Remove unecessary headers; fix indentation.
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 eab9680c9..92e2b04dd 100644
--- a/mert/SemposOverlapping.h
+++ b/mert/SemposOverlapping.h
@@ -7,7 +7,7 @@
#include <utility>
#include <vector>
-// TODO: need to comments about this number.
+// TODO: need comments about this number.
const int kMaxNOC = 30;
typedef std::pair<std::string, std::string> str_item_t;