mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
comment
This commit is contained in:
parent
89fe7d3db2
commit
ff196639de
@ -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:
|
||||
|
@ -29,6 +29,7 @@ protected:
|
||||
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
// only allow recombination for the same output
|
||||
class ControlRecombination : public StatefulFeatureFunction
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user