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:
Diffstat (limited to 'phrase-extract/pcfg-extract/pcfg_extract.cc')
-rw-r--r--phrase-extract/pcfg-extract/pcfg_extract.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/pcfg-extract/pcfg_extract.cc b/phrase-extract/pcfg-extract/pcfg_extract.cc
index 45eb9ff3d..0e89e26be 100644
--- a/phrase-extract/pcfg-extract/pcfg_extract.cc
+++ b/phrase-extract/pcfg-extract/pcfg_extract.cc
@@ -118,7 +118,7 @@ void PcfgExtract::ProcessOptions(int argc, char *argv[],
// Process the command-line.
po::variables_map vm;
try {
- po::store(po::command_line_parser(argc, argv).style(CommonOptionStyle()).
+ po::store(po::command_line_parser(argc, argv).style(MosesOptionStyle()).
options(cmd_line_options).positional(p).run(), vm);
po::notify(vm);
} catch (const std::exception &e) {