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
diff options
context:
space:
mode:
authorAles Tamchyna <tamchyna@ufal.mff.cuni.cz>2015-01-08 14:13:57 +0300
committerAles Tamchyna <tamchyna@ufal.mff.cuni.cz>2015-01-08 14:13:57 +0300
commit93702844e59017df0b4fe6eca0ff0e4369756932 (patch)
tree0a963e6edea7f99208966995d1834f8aaca645a6 /moses/FF/Factory.cpp
parent5ed0bb8d9e64cff8bbf450d14384080b877b165b (diff)
parent5336598734985fa850bb007f64d01ce4090767bf (diff)
Merge branch 'master' of github.com:moses-smt/mosesdecoder into vw_integration
Diffstat (limited to 'moses/FF/Factory.cpp')
-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 7190025a8..bb6f6217c 100644
--- a/moses/FF/Factory.cpp
+++ b/moses/FF/Factory.cpp
@@ -9,6 +9,7 @@
#include "moses/TranslationModel/PhraseDictionaryScope3.h"
#include "moses/TranslationModel/PhraseDictionaryTransliteration.h"
#include "moses/TranslationModel/PhraseDictionaryDynamicCacheBased.h"
+#include "moses/TranslationModel/OOVPT.h"
#include "moses/TranslationModel/RuleTable/PhraseDictionaryOnDisk.h"
#include "moses/TranslationModel/RuleTable/PhraseDictionaryFuzzyMatch.h"
@@ -195,6 +196,7 @@ FeatureRegistry::FeatureRegistry()
MOSES_FNAME(PhraseDictionaryDynamicCacheBased);
MOSES_FNAME(PhraseDictionaryFuzzyMatch);
MOSES_FNAME2("RuleTable", Syntax::RuleTableFF);
+ MOSES_FNAME(OOVPT);
MOSES_FNAME(GlobalLexicalModel);
//MOSES_FNAME(GlobalLexicalModelUnlimited); This was commented out in the original