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 | daf05ff3e0e1429539c5875a98093221e6c802a2 (patch) | |
tree | 58f9517f833a2eda2d62201c69809b8ee13d7736 /gi/pf/pyp_lm.cc | |
parent | 5b2daa43c608d648a077d37ed8ab0217f8ce8104 (diff) | |
parent | 1fce37b69630269b93cfeca237675f7b2fc66ca4 (diff) |
Merge branch 'master' of github.com:redpony/cdec
Diffstat (limited to 'gi/pf/pyp_lm.cc')
-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") |