summaryrefslogtreecommitdiff
path: root/training/dtrain/dtrain_net_interface.h
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-07-15 11:17:09 +0200
committerPatrick Simianer <p@simianer.de>2016-07-15 11:17:09 +0200
commit52215eec281de6e3a0c50cc9e58c40ed776c50d8 (patch)
treec3015e8849bdee99ac6aa42e2aff3df14be9dec1 /training/dtrain/dtrain_net_interface.h
parent1a749f62c19ea77b74a61a5ec747c16fea95f860 (diff)
update lm
Diffstat (limited to 'training/dtrain/dtrain_net_interface.h')
-rw-r--r--training/dtrain/dtrain_net_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/training/dtrain/dtrain_net_interface.h b/training/dtrain/dtrain_net_interface.h
index 720c4c9b..91c2e538 100644
--- a/training/dtrain/dtrain_net_interface.h
+++ b/training/dtrain/dtrain_net_interface.h
@@ -97,6 +97,7 @@ dtrain_net_init(int argc, char** argv, po::variables_map* conf)
("learning_rate_Shape", po::value<weight_t>(), "learning rate for shape features")
("output_derivation,E", po::bool_switch()->default_value(false), "output derivation, not viterbi str")
("output_rules,R", po::bool_switch()->default_value(false), "also output rules")
+ ("update_lm_fn", po::value<string>()->default_value(""), "TODO")
("dense_features,D", po::value<string>()->default_value("EgivenFCoherent SampleCountF CountEF MaxLexFgivenE MaxLexEgivenF IsSingletonF IsSingletonFE Glue WordPenalty PassThrough LanguageModel LanguageModel_OOV Shape_S01111_T11011 Shape_S11110_T11011 Shape_S11100_T11000 Shape_S01110_T01110 Shape_S01111_T01111 Shape_S01100_T11000 Shape_S10000_T10000 Shape_S11100_T11100 Shape_S11110_T11110 Shape_S11110_T11010 Shape_S01100_T11100 Shape_S01000_T01000 Shape_S01010_T01010 Shape_S01111_T01011 Shape_S01100_T01100 Shape_S01110_T11010 Shape_S11000_T11000 Shape_S11000_T01100 IsSupportedOnline NewRule KnownRule OOVFix"),
"dense features")
("debug_output,d", po::value<string>()->default_value(""), "file for debug output");