summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-03-04 21:35:59 -0500
committerChris Dyer <cdyer@cs.cmu.edu>2012-03-04 21:35:59 -0500
commit0cbee59a05742a6be79d9f5e417918893dc6129c (patch)
tree48d1758462aff445f882636c79e92f357d8333b1
parent630df0c09911d1b6d813b6524492320d7ceae9c1 (diff)
parent441c4e5d45d989bee8405e410ab343d11cae8164 (diff)
Merge branch 'master' of github.com:redpony/cdec
-rw-r--r--gi/pf/pyp_lm.cc2
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")