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:03:00 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-22 15:03:00 +0400
commit112bcdc925401388466169869bbefcae3a0b78a0 (patch)
tree1aae65820bbe9739f183e76e75db9aa2cefdbc25 /moses/Phrase.h
parentf4a75b30f7d275004c0ac41f10584a0985866e28 (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 b0c1520d1..21adbc985 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 = NULL);
+ , Word *lhs);
/** copy factors from the other phrase to this phrase.
IsCompatible() must be run beforehand to ensure incompatible factors aren't overwritten