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-05-09 21:21:41 +0400
committerMatous Machacek <machacekmatous@gmail.com>2012-05-09 21:21:41 +0400
commit440650bd6e03cdea9aa2d3f11b32697bb9340ca0 (patch)
tree6f49c63ee721bbabdc0aaace4b2548681eae0d2b /mert/Jamfile
parent10821a9980c5bdd29a0b03c5fe3a9e1fa7b52a5c (diff)
Added support for external unix filters to preprocess sentences in mert and evaluator
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 514febc79..2eaa7143c 100644
--- a/mert/Jamfile
+++ b/mert/Jamfile
@@ -41,6 +41,7 @@ TerScorer.cpp
CderScorer.cpp
MergeScorer.cpp
Vocabulary.cpp
+PreProcessFilter.cpp
../util//kenutil m ..//z ;
exe mert : mert.cpp mert_lib ../moses/src//ThreadPool ;