diff options
author | Patrick Simianer <p@simianer.de> | 2013-11-22 13:58:35 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2013-11-22 13:58:35 +0100 |
commit | 642ef236b42199c230e770a22c190836e2af0cf1 (patch) | |
tree | b3f449ecdeb01f990be38ce06fd2196b32f1686e /extractor | |
parent | d32361ce37f794ae92f852ae2c7c3e6ef440ff07 (diff) |
typos and minor additions
Diffstat (limited to 'extractor')
-rw-r--r-- | extractor/run_extractor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extractor/run_extractor.cc b/extractor/run_extractor.cc index 6eb55073..6f59f0b6 100644 --- a/extractor/run_extractor.cc +++ b/extractor/run_extractor.cc @@ -77,7 +77,7 @@ int main(int argc, char** argv) { ("tight_phrases", po::value<bool>()->default_value(true), "False if phrases may be loose (better, but slower)") ("leave_one_out", po::value<bool>()->zero_tokens(), - "do leave-one-out estimation of grammars (e.g. for extracting grammars for the training set"); + "do leave-one-out estimation (e.g. for extracting grammars for the training set)"); po::variables_map vm; po::store(po::parse_command_line(argc, argv, desc), vm); |