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 <hieuhoang@gmail.com>2013-08-30 19:28:28 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-08-30 19:28:28 +0400
commitfe36cbf737ec102356fdb772157c00703bcb7d6c (patch)
tree2a5d6aa99864f5e230a0e8e341f67061d1532abe /moses/Hypothesis.h
parent04783309ba36b49bab52deef516f74bad71be1c2 (diff)
move LexicalReordering to FF directory
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index c00c5396f..2200afb31 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -48,7 +48,6 @@ class FFState;
class StatelessFeatureFunction;
class StatefulFeatureFunction;
class Manager;
-class LexicalReordering;
typedef std::vector<Hypothesis*> ArcList;