redpony / cdec

Decoder, aligner, and model optimizer for statistical machine translation and other structured prediction models based on (mostly) context-free formalisms
http://cdec-decoder.org/
Apache License 2.0
183 stars 77 forks source link

option error of extractor/extract #68

Open fulifeng opened 9 years ago

fulifeng commented 9 years ago

when I extract grammars with command "~/cdec/extractor/extract -c extract.ini -g dev.grammars -t 2 -z < dev.lc-tok.es-en > dev.lc-tok.es-en.sgm". The extractor abort with:

"terminate called after throwing an instance of 'boost::exception_detail::clone_implboost::exception_detail::error_info_injector' what(): unknown option -z Aborted (core dumped)"

It works well without -z option and was fine with -z a few days before. I think I have changed nothing on the server.

lh9743 commented 8 years ago

Hi, I also met the same problem. And even I deleted -z option, the extractor still aborted with:

"terminate called after throwing an instance of 'boost::exception_detail::clone_implboost::exception_detail::error_info_injector' what(): the option 'alignment' is required but missing Aborted (core dumped)"

Did u now know what happened? Thx.