diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-03-04 21:35:59 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-03-04 21:35:59 -0500 |
commit | 0cbee59a05742a6be79d9f5e417918893dc6129c (patch) | |
tree | 48d1758462aff445f882636c79e92f357d8333b1 /gi | |
parent | 630df0c09911d1b6d813b6524492320d7ceae9c1 (diff) | |
parent | 441c4e5d45d989bee8405e410ab343d11cae8164 (diff) |
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'gi')
-rw-r--r-- | gi/pf/pyp_lm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pf/pyp_lm.cc b/gi/pf/pyp_lm.cc index 88dfcc7c..e5c44c8b 100644 --- a/gi/pf/pyp_lm.cc +++ b/gi/pf/pyp_lm.cc @@ -29,7 +29,7 @@ shared_ptr<MT19937> prng; void InitCommandLine(int argc, char** argv, po::variables_map* conf) { po::options_description opts("Configuration options"); opts.add_options() - ("samples,s",po::value<unsigned>()->default_value(300),"Number of samples") + ("samples,n",po::value<unsigned>()->default_value(300),"Number of samples") ("train,i",po::value<string>(),"Training data file") ("test,T",po::value<string>(),"Test data file") ("discount_prior_a,a",po::value<double>()->default_value(1.0), "discount ~ Beta(a,b): a=this") |