park Joint LM. Doesn't work anymore

This commit is contained in:
Hieu Hoang 2015-02-18 15:11:03 +00:00
parent a4130744c3
commit b223256040
5 changed files with 1 additions and 12 deletions

@ -1 +0,0 @@
Subproject commit cab9757bdfac3bc4fa94fe6dcea8f5f6a7c61767

View File

@ -1630,16 +1630,6 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/LM/Jamfile</locationURI>
</link>
<link>
<name>LM/Joint.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/LM/Joint.cpp</locationURI>
</link>
<link>
<name>LM/Joint.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/LM/Joint.h</locationURI>
</link>
<link>
<name>LM/Ken.cpp</name>
<type>1</type>

View File

@ -133,7 +133,7 @@ obj ORLM.o : ORLM.cpp ..//headers ../TranslationModel/DynSAInclude//dynsa : : :
#Top-level LM library. If you've added a file that doesn't depend on external
#libraries, put it here.
alias LM : Backward.cpp BackwardLMState.cpp Base.cpp BilingualLM.cpp Implementation.cpp Joint.cpp Ken.cpp MultiFactor.cpp Remote.cpp SingleFactor.cpp SkeletonLM.cpp ORLM.o
alias LM : Backward.cpp BackwardLMState.cpp Base.cpp BilingualLM.cpp Implementation.cpp Ken.cpp MultiFactor.cpp Remote.cpp SingleFactor.cpp SkeletonLM.cpp ORLM.o
../../lm//kenlm ..//headers $(dependencies) ;
alias macros : : : : <define>$(lmmacros) ;