From 3b13068ce4f513a36209ff8c05ad5eb66f3203c4 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Mon, 16 Sep 2013 11:00:11 +0100 Subject: [PATCH] oops. forgot to check in new FF --- moses/FF/Factory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moses/FF/Factory.cpp b/moses/FF/Factory.cpp index c09a3e38b..acfefba1f 100644 --- a/moses/FF/Factory.cpp +++ b/moses/FF/Factory.cpp @@ -31,7 +31,7 @@ #include "moses/FF/OSM-Feature/OpSequenceModel.h" #include "moses/FF/ControlRecombination.h" #include "moses/FF/ExternalFeature.h" -#include "moses/FF/ConstrainedDecoding.h" +//#include "moses/FF/ConstrainedDecoding.h" #include "moses/FF/SkeletonStatelessFF.h" #include "moses/FF/SkeletonStatefulFF.h" @@ -143,7 +143,7 @@ FeatureRegistry::FeatureRegistry() MOSES_FNAME(PhrasePenalty); MOSES_FNAME2("UnknownWordPenalty", UnknownWordPenaltyProducer); MOSES_FNAME(ControlRecombination); - MOSES_FNAME(ConstrainedDecoding); +// MOSES_FNAME(ConstrainedDecoding); MOSES_FNAME(ExternalFeature); MOSES_FNAME(SkeletonStatelessFF);