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-08-09 21:17:18 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-09 21:17:18 +0400
commit8756ad8ffde618c31c362823c7c585c019c683f0 (patch)
tree8bd5510c49838bf0589b65f51c5e54fa741440f8 /moses/DecodeStepTranslation.h
parenta867063a3bd0996c5e204f0e2639e3f983b5f78f (diff)
beautify
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 a6829f270..a171c45d7 100644
--- a/moses/DecodeStepTranslation.h
+++ b/moses/DecodeStepTranslation.h
@@ -75,7 +75,7 @@ private:
// The source phrase only appears to contain the 1st word, therefore, this function
// only compares the 1st word
const InputPath &GetInputPathLegacy(const TargetPhrase targetPhrase,
- const Phrase sourcePhrase,
+ const Phrase sourcePhrase,
const InputPathList &inputPathList) const;
};