Hi,

please double-check that your model is really a hierarchical or syntax model
and not a phrase-based model.

The moses.ini file should contain a section that looks like this:

[cube-pruning-pop-limit]
1000

[non-terminals]
X

[search-algorithm]
3

[inputtype]
3

[max-chart-span]
20
1000

Your current setup fails because you do not set search-algorithm to a
valid number.

-phi


On Tue, Apr 16, 2013 at 2:04 PM, Fernando Justino
<fernandoj...@hotmail.com> wrote:
> when i run
> nohup nice ~/mosesdecoder/scripts/training/mert-moses.pl
> ~/corpus/news-test2008.true.fr ~/corpus/news-test2008.true.en
> ~/mosesdecoder/bin/moses_chart train/model/moses.ini --mertdir
> ~/mosesdecoder/bin/ &> mert.out &
>
>
>
> mert.out returns
>
> Finished loading phrase tables : [21.357] seconds
> Check staticData.IsChart() failed in moses-chart-cmd/Main.cpp:278
> Aborted (core dumped)
> Exit code: 134
> The decoder died. CONFIG WAS -w -0.400000 -lm 0.200000 -tm 0.080000 0.080000
> 0.080000 0.080000 0.080000
>
> what can i do?
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to