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-09-17 17:06:17 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-17 17:06:17 +0400
commit5ebb81a17af4008768f8fd93d7ad31442325f47c (patch)
treece039914c5be207f06f663d944767e0b0eaf222d /moses/Search.h
parent764684bb6f7b00bad9c79f0dc6d88bdc8093d20f (diff)
constrained decoding FF works for both pb and hiero
Diffstat (limited to 'moses/Search.h')
-rw-r--r--moses/Search.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/moses/Search.h b/moses/Search.h
index dec50f9ee..6b3421248 100644
--- a/moses/Search.h
+++ b/moses/Search.h
@@ -39,7 +39,6 @@ public:
const TranslationOptionCollection &transOptColl);
protected:
- const Phrase *m_constraint;
Manager& m_manager;
InputPath m_inputPath; // for initial hypo
TranslationOption m_initialTransOpt; /**< used to seed 1st hypo */