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/FF
diff options
context:
space:
mode:
authorLane Schwartz <dowobeha@gmail.com>2017-01-02 21:57:52 +0300
committerLane Schwartz <dowobeha@gmail.com>2017-01-02 21:57:52 +0300
commit578e65298f365b7844665d5f2a0f9e298c832ae7 (patch)
treefc0ccd66f7a39308eba6ce7fc8d1afe71cc6d1c8 /moses/FF
parent999d6b6371437862e9309c5bcfe5ccf78a9782ab (diff)
Add InMemoryPerSentenceOnDemandLM
Diffstat (limited to 'moses/FF')
-rw-r--r--moses/FF/Factory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/FF/Factory.cpp b/moses/FF/Factory.cpp
index a048410d0..9ae145504 100644
--- a/moses/FF/Factory.cpp
+++ b/moses/FF/Factory.cpp
@@ -68,6 +68,7 @@
#include "moses/FF/SkeletonStatelessFF.h"
#include "moses/FF/SkeletonStatefulFF.h"
#include "moses/LM/SkeletonLM.h"
+#include "moses/LM/InMemoryPerSentenceOnDemandLM.h"
#include "moses/FF/SkeletonTranslationOptionListFeature.h"
#include "moses/LM/BilingualLM.h"
#include "moses/TranslationModel/SkeletonPT.h"
@@ -299,6 +300,7 @@ FeatureRegistry::FeatureRegistry()
MOSES_FNAME(SkeletonStatelessFF);
MOSES_FNAME(SkeletonStatefulFF);
MOSES_FNAME(SkeletonLM);
+ MOSES_FNAME(InMemoryPerSentenceOnDemandLM);
MOSES_FNAME(SkeletonTranslationOptionListFeature);
MOSES_FNAME(SkeletonPT);