redpony/cdec

option error of extractor/extract

Opened this issue · 1 comments

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<boost::program_options::unknown_option >'
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.

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<boost::program_options::required_option >'
what(): the option 'alignment' is required but missing
Aborted (core dumped)"

Did u now know what happened? Thx.