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
path: root/moses/LM
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2015-01-07 07:07:06 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-01-07 09:01:10 +0300
commit3b3f11365d89a72f34c5da65d3e40328cb91ecd5 (patch)
tree2a9bbb50284e91c04b1f41576aa69894557da254 /moses/LM
parentbfac071742d8c99638a478db7bd77edae2530e0d (diff)
delete UserMessage. Too difficult to police
Diffstat (limited to 'moses/LM')
-rw-r--r--moses/LM/IRST.cpp1
-rw-r--r--moses/LM/Ken.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/moses/LM/IRST.cpp b/moses/LM/IRST.cpp
index 19a5f2c82..b2c18e947 100644
--- a/moses/LM/IRST.cpp
+++ b/moses/LM/IRST.cpp
@@ -35,7 +35,6 @@ using namespace irstlm;
#include "moses/Phrase.h"
#include "moses/InputFileStream.h"
#include "moses/StaticData.h"
-#include "moses/UserMessage.h"
using namespace std;
diff --git a/moses/LM/Ken.cpp b/moses/LM/Ken.cpp
index 59fb04d16..3724cc31f 100644
--- a/moses/LM/Ken.cpp
+++ b/moses/LM/Ken.cpp
@@ -42,7 +42,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "moses/StaticData.h"
#include "moses/ChartHypothesis.h"
#include "moses/Incremental.h"
-#include "moses/UserMessage.h"
#include "moses/Syntax/SVertex.h"
using namespace std;