add Bilingual LM class

This commit is contained in:
Hieu Hoang 2014-08-21 16:09:48 +01:00
parent 9098f3a8b4
commit 114002eead
3 changed files with 18 additions and 0 deletions

View File

@ -1466,6 +1466,11 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/FF/WordTranslationFeature.h</locationURI>
</link>
<link>
<name>FF/bilingual-lm</name>
<type>2</type>
<locationURI>virtual:/virtual</locationURI>
</link>
<link>
<name>LM/Backward.cpp</name>
<type>1</type>
@ -2026,6 +2031,16 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/FF/OSM-Feature/osmHyp.h</locationURI>
</link>
<link>
<name>FF/bilingual-lm/BilingualLM.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/FF/bilingual-lm/BilingualLM.cpp</locationURI>
</link>
<link>
<name>FF/bilingual-lm/BilingualLM.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/FF/bilingual-lm/BilingualLM.h</locationURI>
</link>
<link>
<name>LM/oxlm/LBLLM.cpp</name>
<type>1</type>

View File

@ -49,6 +49,7 @@
#include "NieceTerminal.h"
#include "SpanLength.h"
#include "SyntaxRHS.h"
#include "bilingual-lm/BilingualLM.h"
#include "moses/FF/SkeletonStatelessFF.h"
#include "moses/FF/SkeletonStatefulFF.h"
@ -211,6 +212,7 @@ FeatureRegistry::FeatureRegistry()
MOSES_FNAME(SparseHieroReorderingFeature);
MOSES_FNAME(SpanLength);
MOSES_FNAME(SyntaxRHS);
MOSES_FNAME(BilingualLM);
MOSES_FNAME(SkeletonStatelessFF);
MOSES_FNAME(SkeletonStatefulFF);

View File

@ -70,6 +70,7 @@ lib moses :
TranslationModel/Scope3Parser/*.cpp
TranslationModel/CYKPlusParser/*.cpp
FF/*.cpp
FF/bilingual-lm/*.cpp
FF/OSM-Feature/*.cpp
FF/LexicalReordering/*.cpp
PP/*.cpp