cdec
cdec copied to clipboard
Grammar extraction hangs mysteriously if ini file contains a bad path
python -m cdec.sa.extract -c ini -g grammars -j 2 < corpus > sgm
If the ini file contains invalid paths, this will launch a bunch of child processes and then hang. An error message would be more helpful.