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:
authorChristophe SERVAN <cservan@trou-de-fer.grenoble.xrce.xerox.com>2015-02-16 21:02:46 +0300
committerChristophe SERVAN <cservan@trou-de-fer.grenoble.xrce.xerox.com>2015-02-16 21:02:46 +0300
commit87a4f1954619a4a7eec531349e0865b245df7a0b (patch)
treefcbf12e7bbbf32e866e127844224435277e31fbf /mert/Jamfile
parentf6884c55a1095b484195acc8570b280e638a72bf (diff)
Memory leak correction in TER algorithm
Diffstat (limited to 'mert/Jamfile')
-rw-r--r--mert/Jamfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mert/Jamfile b/mert/Jamfile
index ee8a1fcc3..4dd2fb540 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -46,6 +46,7 @@ TER/infosHasher.cpp
TER/stringInfosHasher.cpp
TER/tercalc.cpp
TER/tools.cpp
+TER/bestShiftStruct.cpp
TerScorer.cpp
CderScorer.cpp
MeteorScorer.cpp