diff --git a/contrib/other-builds/extract-ghkm/.project b/contrib/other-builds/extract-ghkm/.project index 0b74caf70..9126f3942 100644 --- a/contrib/other-builds/extract-ghkm/.project +++ b/contrib/other-builds/extract-ghkm/.project @@ -26,16 +26,6 @@ org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - Alignment.cpp - 1 - PARENT-3-PROJECT_LOC/phrase-extract/extract-ghkm/Alignment.cpp - - - Alignment.h - 1 - PARENT-3-PROJECT_LOC/phrase-extract/extract-ghkm/Alignment.h - Hole.h 1 @@ -71,16 +61,6 @@ 1 PARENT-3-PROJECT_LOC/phrase-extract/OutputFileStream.h - - PhraseOrientation.cpp - 1 - PARENT-3-PROJECT_LOC/phrase-extract/extract-ghkm/PhraseOrientation.cpp - - - PhraseOrientation.h - 1 - PARENT-3-PROJECT_LOC/phrase-extract/extract-ghkm/PhraseOrientation.h - SentenceAlignment.cpp 1 diff --git a/contrib/other-builds/moses/.cproject b/contrib/other-builds/moses/.cproject index 2684c9900..d8ff2851d 100644 --- a/contrib/other-builds/moses/.cproject +++ b/contrib/other-builds/moses/.cproject @@ -73,8 +73,11 @@ + + + - + diff --git a/contrib/other-builds/moses/.project b/contrib/other-builds/moses/.project index 6c9b33129..2286e35e3 100644 --- a/contrib/other-builds/moses/.project +++ b/contrib/other-builds/moses/.project @@ -25,16 +25,6 @@ org.eclipse.cdt.managedbuilder.core.ScannerConfigNature - - Alignment.cpp - 1 - PARENT-3-PROJECT_LOC/phrase-extract/extract-ghkm/Alignment.cpp - - - Alignment.h - 1 - PARENT-3-PROJECT_LOC/phrase-extract/extract-ghkm/Alignment.h - AlignmentInfo.cpp 1 @@ -1170,11 +1160,6 @@ 2 virtual:/virtual - - extract-ghkm - 2 - virtual:/virtual - gzfilebuf.h 1 @@ -2330,16 +2315,6 @@ 1 PARENT-3-PROJECT_LOC/moses/bin/lm.log - - extract-ghkm/PhraseOrientation.cpp - 1 - PARENT-3-PROJECT_LOC/phrase-extract/extract-ghkm/PhraseOrientation.cpp - - - extract-ghkm/PhraseOrientation.h - 1 - PARENT-3-PROJECT_LOC/phrase-extract/extract-ghkm/PhraseOrientation.h - parameters/AllOptions.cpp 1 diff --git a/moses/LM/DALMWrapper.cpp b/moses/LM/DALMWrapper.cpp index ae21995a9..64819da4a 100644 --- a/moses/LM/DALMWrapper.cpp +++ b/moses/LM/DALMWrapper.cpp @@ -204,7 +204,7 @@ LanguageModelDALM::~LanguageModelDALM() delete m_lm; } -void LanguageModelDALM::Load(AllOptions const& opts) +void LanguageModelDALM::Load(AllOptions::ptr const& opts) { ///////////////////// // READING INIFILE //