diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-19 20:12:52 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-19 20:12:52 +0000 |
commit | 1fcc72f3f9119ae6e765bf77181d1809776d7525 (patch) | |
tree | 9536f6c55b2fc1d2144b8c65f6950b623ffa1cde | |
parent | bcf8d448430312fcf6270e3ba2e304ac58650312 (diff) |
duplicate -n option removed
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@320 ec762483-ff6d-05da-a07a-a48fb63a330f
-rw-r--r-- | vest/mr_vest_generate_mapper_input.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vest/mr_vest_generate_mapper_input.cc b/vest/mr_vest_generate_mapper_input.cc index 062d57b5..4da5326f 100644 --- a/vest/mr_vest_generate_mapper_input.cc +++ b/vest/mr_vest_generate_mapper_input.cc @@ -97,7 +97,7 @@ struct oracle_directions { ("oracle_batch,b",po::value<unsigned>(&oracle_batch)->default_value(10),"to produce each oracle direction, sum the 'gradient' over this many sentences") ("max_similarity,m",po::value<double>(&max_similarity)->default_value(0),"remove directions that are too similar (Tanimoto coeff. less than (1-this)). 0 means don't filter, 1 means only 1 direction allowed?") ("fear_to_hope,f",po::bool_switch(&fear_to_hope),"for each of the oracle_directions, also include a direction from fear to hope (as well as origin to hope)") - ("no_old_to_hope,n","don't emit the usual old -> hope oracle") + ("no_old_to_hope","don't emit the usual old -> hope oracle") ("decoder_translations",po::value<string>(&decoder_translations_file)->default_value(""),"one per line decoder 1best translations for computing document BLEU vs. sentences-seen-so-far BLEU") ("verbose",po::bool_switch(&verbose),"detailed logs") ; |