Re: [Moses-support] Moses "died with error 11" error in factored training

2016-06-12 Thread Sašo Kuntaric
Thanks for the tip, however in my case the problem was that after tagging the files with mxpost and post-processing I had some standalone |PRP tags in the source file. Once I removed those, training resumed. Which leads me to another question. Since mxpost was used for the Moses tutorial, I was wo

[Moses-support] Core generated while tuning using METEOR

2016-06-12 Thread Carlos Escolano
Hi all, I'm trying to tune a model using METEOR as metric but everytime I'm encountering an error at the begining of the tuning. I'm using mert with the following parameters: $MOSES_SCRIPTS/training/mert-moses.pl $WORKING_DIR/dev/devSingle.zh $WORKING_DIR/dev/devSingle.es /veu4/usuaris24/xtrans

Re: [Moses-support] Moses "died with error 11" error in factored training

2016-06-12 Thread Hieu Hoang
judging by the source code in mgiza's getSentence.cpp line 366, cerr << "ERROR: Forbidden zero sentence length " << sent.sentenceNo << endl; the 0 in your output is the line number. It may be that your corpora was produced on windows and has a BOM at the beginning On 12/06/2016 10:40,

[Moses-support] Moses "died with error 11" error in factored training

2016-06-12 Thread Sašo Kuntaric
Hi all, I am trying to perform factored training on a corpus that I have prepared. While doing it on a small subset, everything works fine. However while doing it on the whole corpus, I get the following error. ERROR: Execution of: /home/ksaso/mosesdecoder/tools/GIZA++ -CoocurrenceFile /home/ksas