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:
authorHieu Hoang <fishandfrolick@gmail.com>2012-06-24 06:51:48 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-06-24 06:51:48 +0400
commit0cb63edcb9335448166a7d77939835e75c03b3ff (patch)
tree9ce5a75c1420a6057fd188b8f1d527458928f17e /mert/CderScorer.h
parentf48c3485080e4529ae62a3bdffce0a16b7704364 (diff)
merge Lexi Birch's LRScore from mert_mtm5 branch. Compiles and run. Hack, must double check with barry or lexi
Diffstat (limited to 'mert/CderScorer.h')
-rw-r--r--mert/CderScorer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mert/CderScorer.h b/mert/CderScorer.h
index 060243162..14cd96f12 100644
--- a/mert/CderScorer.h
+++ b/mert/CderScorer.h
@@ -4,7 +4,7 @@
#include <string>
#include <vector>
#include "Types.h"
-#include "Scorer.h"
+#include "StatisticsBasedScorer.h"
/**
* CderScorer class can compute both CDER and WER metric.