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:
authormfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-05 02:38:50 +0400
committermfederico <mfederico@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-05 02:38:50 +0400
commit40301b1212ccf38f970b862ac5e37aeea3ac8aa1 (patch)
tree8d56b25bbb9e464ad62303e0a573e133905ca7c7 /irstlm/src/lmtable.h
parentc9396688ae254467cbc46736f715273482a928ee (diff)
Changed include names of ngram.[ch] to n_gram.[ch] as they clash with Ngram.[ch] of SRI LM in Mac OX filesystem, which is case insensitive.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@508 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'irstlm/src/lmtable.h')
-rw-r--r--irstlm/src/lmtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irstlm/src/lmtable.h b/irstlm/src/lmtable.h
index 9e392bc9a..ecbd4dff9 100644
--- a/irstlm/src/lmtable.h
+++ b/irstlm/src/lmtable.h
@@ -40,7 +40,7 @@
#ifndef MF_LMTABLE_H
#define MF_LMTABLE_H
-#include "ngram.h"
+#include "n_gram.h"
#define LMTMAXLEV 11