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-05-22 15:28:32 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-22 15:28:32 +0400
commitbce3b361700a5d7b0fbdeba466d9b372cd0fa3e0 (patch)
treec32edf0cd43a4d888a5b09f1aa8dc5e113f10cbc /moses/Phrase.h
parent369e3411f929585967dfd6602a5d35daa2bc4f2c (diff)
Make Phrase::CreateFromString() more efficient
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 21adbc985..196e403ac 100644
--- a/moses/Phrase.h
+++ b/moses/Phrase.h
@@ -75,7 +75,7 @@ public:
, const std::vector<FactorType> &factorOrder
, const StringPiece &phraseString
, const StringPiece &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