danpovey / pocolm

Small language toolkit for creation, interpolation and pruning of ARPA language models
Other
91 stars 48 forks source link

RunPruneStep in prune_lm_dir.py, stderr #59

Closed danpovey closed 8 years ago

danpovey commented 8 years ago

Please redirect the output of this command to a suitable log file. You can add 2>log-file into the command.

danpovey commented 8 years ago

... but first it might be a good idea to print the command to the log file, like RunCommand does (IIRC), and then append (2>>log_file).