compile error

This commit is contained in:
Hieu Hoang 2017-01-07 20:36:41 +00:00
parent 9fa538ce5c
commit 4d13377ce8
2 changed files with 11 additions and 1 deletions

View File

@ -1715,6 +1715,16 @@
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/LM/Implementation.h</locationURI>
</link>
<link>
<name>LM/InMemoryPerSentenceOnDemandLM.cpp</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/LM/InMemoryPerSentenceOnDemandLM.cpp</locationURI>
</link>
<link>
<name>LM/InMemoryPerSentenceOnDemandLM.h</name>
<type>1</type>
<locationURI>PARENT-3-PROJECT_LOC/moses/LM/InMemoryPerSentenceOnDemandLM.h</locationURI>
</link>
<link>
<name>LM/Jamfile</name>
<type>1</type>

View File

@ -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();
}