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 | cbf6803e6b81f7a8b0e153df0b8c4579d2fc5b2e (patch) | |
tree | 5bf579dc9a7e579a669607dad8eaf030f715d659 /extractor | |
parent | dd73eb6adb58769dbd2ff2834faccad2cabb59b7 (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); |