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/DecodeStepTranslation.h
parent19aa8c1056b6fa34570430b9a8a58b9ec58e41ab (diff)
transliteration pt obery backoff argument. Probably not threadable yet
Diffstat (limited to 'moses/DecodeStepTranslation.h')
-rw-r--r--moses/DecodeStepTranslation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/DecodeStepTranslation.h b/moses/DecodeStepTranslation.h
index 92bb8a5fd..2d381e219 100644
--- a/moses/DecodeStepTranslation.h
+++ b/moses/DecodeStepTranslation.h
@@ -38,7 +38,7 @@ class DecodeStepTranslation : public DecodeStep
{
public:
DecodeStepTranslation(); //! not implemented
- DecodeStepTranslation(const PhraseDictionary* phraseFeature,
+ DecodeStepTranslation(PhraseDictionary* phraseFeature,
const DecodeStep* prev,
const std::vector<FeatureFunction*> &features);