diff --git a/contrib/other-builds/moses/.project b/contrib/other-builds/moses/.project index 0f397df33..adb9ad47e 100644 --- a/contrib/other-builds/moses/.project +++ b/contrib/other-builds/moses/.project @@ -1715,6 +1715,16 @@ 1 PARENT-3-PROJECT_LOC/moses/LM/Implementation.h + + LM/InMemoryPerSentenceOnDemandLM.cpp + 1 + PARENT-3-PROJECT_LOC/moses/LM/InMemoryPerSentenceOnDemandLM.cpp + + + LM/InMemoryPerSentenceOnDemandLM.h + 1 + PARENT-3-PROJECT_LOC/moses/LM/InMemoryPerSentenceOnDemandLM.h + LM/Jamfile 1 diff --git a/moses/LM/InMemoryPerSentenceOnDemandLM.cpp b/moses/LM/InMemoryPerSentenceOnDemandLM.cpp index f45c7917c..0c9a43539 100644 --- a/moses/LM/InMemoryPerSentenceOnDemandLM.cpp +++ b/moses/LM/InMemoryPerSentenceOnDemandLM.cpp @@ -17,7 +17,7 @@ using namespace std; namespace Moses { -InMemoryPerSentenceOnDemandLM::InMemoryPerSentenceOnDemandLM(const std::string &line) : LanguageModel(line), initialized(false) +InMemoryPerSentenceOnDemandLM::InMemoryPerSentenceOnDemandLM(const std::string &line) : LanguageModel(line) { ReadParameters(); }