Hello, everyone

I use the following command to create the binary reordering file:

gunzip -c
/home/loki/Downloads/moses/scripts/target_v2/scripts-20120402-2102/training/model/reordering-table.wbe-msd-bidirectional-fe.gz
| ./processLexicalTable -out
/home/loki/Downloads/moses/scripts/target_v2/scripts-20120402-2102/training/model/reordering-table.wbe-msd-bidirectional-fe

but fail eventually, the stderr is displayed as below:
======================================================================
............................................................................................................................................Killed
======================================================================
I have searched almost all related articles, and I find this command:

gzip -cd work/model/reordering-table.gz | LC_ALL=C sort |
tools/moses/misc/processLexicalTable -out work/model/reordering-table

So I need to sort the reordering-table?

Best regards
Moonloki
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to