This commit is contained in:
Hieu Hoang 2013-09-18 17:27:18 +02:00
parent 89fe7d3db2
commit ff196639de
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -29,6 +29,7 @@ protected:
//////////////////////////////////////////////////////////////////
// only allow recombination for the same output
class ControlRecombination : public StatefulFeatureFunction
{
public: