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 <hieu@hoang.co.uk>2013-12-05 17:06:35 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-12-05 17:06:35 +0400
commitb33cf30bc10632193dee7ff913422c5be295b4dd (patch)
treeb48be6a2da8c26ac025a721c8a0d9c5b34be683c /moses/DecodeStepGeneration.h
parent19aa8c1056b6fa34570430b9a8a58b9ec58e41ab (diff)
transliteration pt obery backoff argument. Probably not threadable yet
Diffstat (limited to 'moses/DecodeStepGeneration.h')
-rw-r--r--moses/DecodeStepGeneration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/DecodeStepGeneration.h b/moses/DecodeStepGeneration.h
index 1b631a8ff..7269764a2 100644
--- a/moses/DecodeStepGeneration.h
+++ b/moses/DecodeStepGeneration.h
@@ -35,7 +35,7 @@ class ScoreComponentCollection;
class DecodeStepGeneration : public DecodeStep
{
public:
- DecodeStepGeneration(const GenerationDictionary* dict,
+ DecodeStepGeneration(GenerationDictionary* dict,
const DecodeStep* prev,
const std::vector<FeatureFunction*> &features);