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-07-01 00:39:10 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-07-01 00:39:10 +0400
commit121e258e84c78e1a2f08ed07b00d795e56e4a17b (patch)
tree2188ed0fe48c2adcfcbfdf15235a72ee0d7372a6 /mert/BleuScorerTest.cpp
parente3dd3a8d2c72f5f1d60b4ec12a628f319a1f1906 (diff)
namespace all classes in mert directory
Diffstat (limited to 'mert/BleuScorerTest.cpp')
-rw-r--r--mert/BleuScorerTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mert/BleuScorerTest.cpp b/mert/BleuScorerTest.cpp
index 5960507e8..0d721422c 100644
--- a/mert/BleuScorerTest.cpp
+++ b/mert/BleuScorerTest.cpp
@@ -8,6 +8,8 @@
#include "Vocabulary.h"
#include "Util.h"
+using namespace MosesTuning;
+
namespace {
NgramCounts* g_counts = NULL;