diff options
author | Chris Dyer <redpony@gmail.com> | 2009-12-18 22:51:11 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2009-12-18 22:51:11 -0500 |
commit | 544da4d8e42858b19e6229936df56d44d61b1f38 (patch) | |
tree | 703d6b8ef746227667a5110a5c92e0c16e9b8f66 /decoder/cdec.cc | |
parent | b0def329260a83da70ceffd503207fc590502a7b (diff) |
add symmetrization heuristics to atools, add null word configuration
Diffstat (limited to 'decoder/cdec.cc')
-rw-r--r-- | decoder/cdec.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/cdec.cc b/decoder/cdec.cc index c6a0057f..d517e451 100644 --- a/decoder/cdec.cc +++ b/decoder/cdec.cc @@ -71,6 +71,7 @@ void InitCommandLine(int argc, char** argv, po::variables_map* conf) { ("show_expected_length", "Show the expected translation length under the model") ("show_partition,z", "Compute and show the partition (inside score)") ("beam_prune", po::value<double>(), "Prune paths from +LM forest") + ("lexcrf_use_null", "Support source-side null words in lexical translation") ("tagger_tagset,t", po::value<string>(), "(Tagger) file containing tag set") ("csplit_output_plf", "(Compound splitter) Output lattice in PLF format") ("csplit_preserve_full_word", "(Compound splitter) Always include the unsegmented form in the output lattice") |