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-03-08 21:56:39 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-03-08 21:56:39 +0400
commitd015ef2e62f7fa0519fc55352ab7d4fbadbc2608 (patch)
tree386738d4f87e3280baaef3263a9dc1d4f51308c0 /moses/Phrase.h
parent537772470e939b3aba6847019fca4fb3e3786c2f (diff)
merge Phrase::CreateFromString() and Phrase::CreateFromStringNewFormat()
Diffstat (limited to 'moses/Phrase.h')
-rw-r--r--moses/Phrase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Phrase.h b/moses/Phrase.h
index 7c7f9b0e4..13401a487 100644
--- a/moses/Phrase.h
+++ b/moses/Phrase.h
@@ -78,7 +78,7 @@ public:
, const std::vector<FactorType> &factorOrder
, const StringPiece &phraseString
, const std::string &factorDelimiter
- , Word &lhs);
+ , Word *lhs);
/** copy factors from the other phrase to this phrase.
IsCompatible() must be run beforehand to ensure incompatible factors aren't overwritten