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>2014-12-07 17:27:51 +0300
committerPhil Williams <philip.williams@mac.com>2014-12-07 17:27:51 +0300
commit60e56efc6bc41f08e7e7ae6251f9ae8ae93e42ad (patch)
treee0f908075ba8032170d7c0cc219f6174f59fe07d /phrase-extract/relax-parse-main.cpp
parentd966a0492b7eac3fce4c8ebd59fed967ed61e906 (diff)
phrase-extract: add syntax-common sub-library
And remove some (near-)duplicate code from pcfg-common and score-stsg.
Diffstat (limited to 'phrase-extract/relax-parse-main.cpp')
-rw-r--r--phrase-extract/relax-parse-main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/relax-parse-main.cpp b/phrase-extract/relax-parse-main.cpp
index b415c4d0e..a6d50cef5 100644
--- a/phrase-extract/relax-parse-main.cpp
+++ b/phrase-extract/relax-parse-main.cpp
@@ -77,7 +77,7 @@ void init(int argc, char* argv[])
if (argc < 2) {
cerr << "syntax: relax-parse < in-parse > out-parse ["
- << " --LeftBinarize | ---RightBinarize |"
+ << " --LeftBinarize | --RightBinarize |"
<< " --SAMT 1-4 ]" << endl;
exit(1);
}