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:26:25 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-17 17:26:25 +0400
commit6c739bcbf56ed7386aefb987d7c51a45242cd06f (patch)
tree507459f907ca589596863889ccaffb07fbd81e9e /moses/ChartHypothesis.h
parent5ebb81a17af4008768f8fd93d7ad31442325f47c (diff)
constrained decoding FF works for both pb and hiero
Diffstat (limited to 'moses/ChartHypothesis.h')
-rw-r--r--moses/ChartHypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartHypothesis.h b/moses/ChartHypothesis.h
index 9c4a78f6f..6e2facb9c 100644
--- a/moses/ChartHypothesis.h
+++ b/moses/ChartHypothesis.h
@@ -130,7 +130,7 @@ public:
return m_manager;
}
- void CreateOutputPhrase(Phrase &outPhrase) const;
+ void GetOutputPhrase(Phrase &outPhrase) const;
Phrase GetOutputPhrase() const;
int RecombineCompare(const ChartHypothesis &compare) const;