Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <fishandfrolick@gmail.com>2012-11-27 19:08:31 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-11-27 19:08:31 +0400
commit59449f292508310d8576b9f4c9a602a8679221b6 (patch)
treed6465c8c853c4f1912e2b8acd552306a8ff137bf /moses/DecodeStep.cpp
parenta4cbaa51af140955796ed7ffd0b358c386c8d103 (diff)
make TranslationModel subdirectory and move files from moses/ into it
Diffstat (limited to 'moses/DecodeStep.cpp')
-rw-r--r--moses/DecodeStep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/DecodeStep.cpp b/moses/DecodeStep.cpp
index 3345f95d0..a4ab70d3e 100644
--- a/moses/DecodeStep.cpp
+++ b/moses/DecodeStep.cpp
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
***********************************************************************/
#include "DecodeStep.h"
-#include "PhraseDictionaryMemory.h"
+#include "moses/TranslationModel/PhraseDictionaryMemory.h"
#include "GenerationDictionary.h"
#include "StaticData.h"