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:
authorPhil Williams <philip.williams@mac.com>2012-05-27 20:58:13 +0400
committerPhil Williams <philip.williams@mac.com>2012-05-27 20:58:13 +0400
commitdb1e6040b241c74ed01b9da0e4a8bd2f4c15f176 (patch)
treede66055ad90bc45212b15db34e415180075fa35c
parente3e62846bfe84d9a7edd78affd23f020d8ae2468 (diff)
Fix bug in previous commit.
-rw-r--r--scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp b/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp
index 6b6fbb7eb..dae876116 100644
--- a/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp
+++ b/scripts/training/phrase-extract/extract-ghkm/ExtractGHKM.cpp
@@ -266,6 +266,8 @@ void ExtractGHKM::ProcessOptions(int argc, char *argv[],
//("help", "print this help message and exit")
("AllowUnary",
"allow fully non-lexical unary rules")
+ ("ConditionOnTargetLHS",
+ "write target LHS instead of \"X\" as source LHS")
("GlueGrammar",
po::value(&options.glueGrammarFile),
"write glue grammar to named file")