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:
authorMosesAdmin <hieuhoang@gmail.com>2015-06-04 15:41:46 +0300
committerMosesAdmin <hieuhoang@gmail.com>2015-06-04 15:41:46 +0300
commit5696a59ae46862221901226cfd232b18ddf74357 (patch)
tree149350997bd1fa8b7a18ea88eeb9bb02c9a97251 /phrase-extract/consolidate-main.cpp
parent0e11919ffb7093939e0402725a6fc6a319691633 (diff)
daily automatic beautifier
Diffstat (limited to 'phrase-extract/consolidate-main.cpp')
-rw-r--r--phrase-extract/consolidate-main.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/phrase-extract/consolidate-main.cpp b/phrase-extract/consolidate-main.cpp
index d52e8797b..5964bf686 100644
--- a/phrase-extract/consolidate-main.cpp
+++ b/phrase-extract/consolidate-main.cpp
@@ -73,17 +73,17 @@ int main(int argc, char* argv[])
if (argc < 4) {
std::cerr <<
- "syntax: "
- "consolidate phrase-table.direct "
- "phrase-table.indirect "
- "phrase-table.consolidated "
- "[--Hierarchical] [--OnlyDirect] [--PhraseCount] "
- "[--GoodTuring counts-of-counts-file] "
- "[--KneserNey counts-of-counts-file] [--LowCountFeature] "
- "[--SourceLabels source-labels-file] "
- "[--PartsOfSpeech parts-of-speech-file] "
- "[--MinScore id:threshold[,id:threshold]*]"
- << std::endl;
+ "syntax: "
+ "consolidate phrase-table.direct "
+ "phrase-table.indirect "
+ "phrase-table.consolidated "
+ "[--Hierarchical] [--OnlyDirect] [--PhraseCount] "
+ "[--GoodTuring counts-of-counts-file] "
+ "[--KneserNey counts-of-counts-file] [--LowCountFeature] "
+ "[--SourceLabels source-labels-file] "
+ "[--PartsOfSpeech parts-of-speech-file] "
+ "[--MinScore id:threshold[,id:threshold]*]"
+ << std::endl;
exit(1);
}
const std::string fileNameDirect = argv[1];