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-04-24 22:23:14 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-04-24 22:23:14 +0400
commitb53b93f09f589abddecc9e563eca46b9c1c67c06 (patch)
tree985e72129f8067459bf5991a201b5854227a05a0 /moses/Phrase.cpp
parent6da2cf76631916dbd9d46bc9cf6f76b395430425 (diff)
gt rid of word penalty of 0.434. Adjust weight accordingly
Diffstat (limited to 'moses/Phrase.cpp')
-rw-r--r--moses/Phrase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Phrase.cpp b/moses/Phrase.cpp
index 54bd60c3b..98e7bb5a4 100644
--- a/moses/Phrase.cpp
+++ b/moses/Phrase.cpp
@@ -185,7 +185,7 @@ void Phrase::CreateFromString(FactorDirection direction
assert(lhs->IsNonTerminal());
}
else {
- CHECK(lhs == NULL);
+ //CHECK(lhs == NULL);
numWords = annotatedWordVector.size();
}