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
path: root/moses/LM
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-12-14 16:18:15 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-12-14 16:18:15 +0300
commitffaf24419d0c5ffc48fe3313c14dadb257cd00ec (patch)
treececeffeafa575070492a76e67d78de6c267f630e /moses/LM
parentb7d261088b9db148969c33e878f48a944baee8cd (diff)
parent375d9f7cc8561ed13f4ffdfa58111686dc961cb4 (diff)
Merge ../mosesdecoder into perf_moses2
Diffstat (limited to 'moses/LM')
-rw-r--r--moses/LM/BackwardTest.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/moses/LM/BackwardTest.cpp b/moses/LM/BackwardTest.cpp
index ef45d6e60..9fb5282fa 100644
--- a/moses/LM/BackwardTest.cpp
+++ b/moses/LM/BackwardTest.cpp
@@ -123,7 +123,6 @@ public:
Input,
outputFactorOrder,
"the",
- // StaticData::Instance().GetFactorDelimiter(),
NULL);
BOOST_CHECK( phrase.GetSize() == 1 );
@@ -150,7 +149,6 @@ public:
Input,
outputFactorOrder,
"the licenses",
- // StaticData::Instance().GetFactorDelimiter(),
NULL);
BOOST_CHECK( phrase.GetSize() == 2 );
@@ -179,7 +177,6 @@ public:
Input,
outputFactorOrder,
"the licenses for",
- // StaticData::Instance().GetFactorDelimiter(),
NULL);
BOOST_CHECK( phrase.GetSize() == 3 );
@@ -206,7 +203,6 @@ public:
Input,
outputFactorOrder,
"the licenses for most",
- // StaticData::Instance().GetFactorDelimiter(),
NULL);
BOOST_CHECK( phrase.GetSize() == 4 );
@@ -252,7 +248,6 @@ public:
Input,
outputFactorOrder,
"the",
- // StaticData::Instance().GetFactorDelimiter(),
NULL);
BOOST_CHECK( phrase.GetSize() == 1 );
@@ -280,7 +275,6 @@ public:
Input,
outputFactorOrder,
"licenses",
- // StaticData::Instance().GetFactorDelimiter(),
NULL);
BOOST_CHECK( phrase.GetSize() == 1 );
@@ -308,7 +302,6 @@ public:
Input,
outputFactorOrder,
"for",
- // StaticData::Instance().GetFactorDelimiter(),
NULL);
BOOST_CHECK( phrase.GetSize() == 1 );
@@ -336,7 +329,6 @@ public:
Input,
outputFactorOrder,
"most",
- // StaticData::Instance().GetFactorDelimiter(),
NULL);
BOOST_CHECK( phrase.GetSize() == 1 );