mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-11-10 10:59:21 +03:00
oops. forgot to check in new FF
This commit is contained in:
parent
0d94d7067e
commit
3b13068ce4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user