diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-01 19:22:10 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-01 19:22:10 +0000 |
commit | 31242eb4c9f60b2b9a36e94c28c1167f64ff6008 (patch) | |
tree | 55834c8393e99b96b9d464a8603460a75f532ae5 /training/plftools.cc | |
parent | 0b925c0ca7e80805b461ce03418193e56ae76ab4 (diff) |
docs
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@92 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'training/plftools.cc')
-rw-r--r-- | training/plftools.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/training/plftools.cc b/training/plftools.cc index 903ec54f..d58e0b43 100644 --- a/training/plftools.cc +++ b/training/plftools.cc @@ -1,3 +1,7 @@ +char const* NOTES = + "Process (PLF format) lattice: sharpen distribution, nbest, graphviz, push weights\n" + ; + #include <iostream> #include <fstream> #include <vector> @@ -33,7 +37,7 @@ void InitCommandLine(int argc, char** argv, po::variables_map* conf) { po::notify(*conf); if (conf->count("help") || conf->count("input") == 0) { - cerr << dcmdline_options << endl; + cerr << dcmdline_options << endl << NOTES << endl; exit(1); } } |