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-18 19:27:18 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-18 19:27:18 +0400
commitff196639de3dbda47cd581f8408491c9b0f66de3 (patch)
tree7c034a949fb3f7dc73fbc37391823953343296c3 /moses/FF/ConstrainedDecoding.h
parent89fe7d3db29bff7ec750daa783a6100c20ea8976 (diff)
comment
Diffstat (limited to 'moses/FF/ConstrainedDecoding.h')
-rw-r--r--moses/FF/ConstrainedDecoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/ConstrainedDecoding.h b/moses/FF/ConstrainedDecoding.h
index 97dfcb27c..6519c0a03 100644
--- a/moses/FF/ConstrainedDecoding.h
+++ b/moses/FF/ConstrainedDecoding.h
@@ -8,7 +8,6 @@
namespace Moses
{
-
class ConstrainedDecodingState : public FFState
{
public:
@@ -29,6 +28,7 @@ protected:
//////////////////////////////////////////////////////////////////
+// only allow hypotheses which match reference
class ConstrainedDecoding : public StatefulFeatureFunction
{
public: