diff options
Diffstat (limited to 'extractor/run_extractor.cc')
-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); |