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
diff options
context:
space:
mode:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-03-30 01:58:17 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-03-30 01:58:17 +0300
commit79cd40d2c487179565bdd05947cb11c996c3ce14 (patch)
tree343004640efe9d32dfef28a72b7a959adeb02c38 /moses
parent2899645992a92de2db21b4bdf02f9bc0c7a5e902 (diff)
Disabled temporarily. Needs to be adapted to API changes in Mmsapt.
Diffstat (limited to 'moses')
-rw-r--r--moses/TranslationModel/UG/spe-check-coverage.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/moses/TranslationModel/UG/spe-check-coverage.cc b/moses/TranslationModel/UG/spe-check-coverage.cc
index 4ab2d749a..6e838ad04 100644
--- a/moses/TranslationModel/UG/spe-check-coverage.cc
+++ b/moses/TranslationModel/UG/spe-check-coverage.cc
@@ -1,3 +1,5 @@
+#if 0
+// temporarily disabled; needs to be adapted to changes in the API
#include "mmsapt.h"
#include "moses/TranslationModel/PhraseDictionaryTreeAdaptor.h"
#include "moses/TranslationModel/UG/generic/program_options/ug_splice_arglist.h"
@@ -211,6 +213,6 @@ int main(int argc, char* argv[])
// }
exit(0);
}
-
+#endif