Re: [Moses-support] Bug report: segment fault

2012-05-18 Thread Rafael Carrascosa
Again, thank you very much Hieu! On Thu, May 17, 2012 at 11:00 AM, Hieu Hoang wrote: > hi rafael > > thanks for the example debug data. > > I've run it. The issue is that in the ini file, you specify that there are 3 > OUTPUT factors >    [output-factors] >    0 >    1 >    2 > however, from the

Re: [Moses-support] Bug report: xml-input

2012-05-18 Thread Rafael Carrascosa
Thank you very much Hieu, it works perfectly now :) On Thu, May 17, 2012 at 11:54 AM, Hieu Hoang wrote: > hi raphael > > well spotted. It happens when there's 2 phrase tables & XML options. I've > fixed it > > https://github.com/moses-smt/mosesdecoder/commit/f0b549f1a6f5b8b01a8b414caeef94781ea0d4

[Moses-support] Moses Baseline at www.statmt.org

2012-05-18 Thread Motaz SAAD
Hello, I am following steps at http://www.statmt.org/moses/?n=Moses.Baseline and I got an error when I execute #echo "faire revenir les militants sur le terrain et convaincre que le vote est utile ." | $HOME/smt/mosesdecoder/dist/bin/moses -f binarised-model/moses.ini The error is below ##

Re: [Moses-support] extract.o.sorted.gz does not exist error

2012-05-18 Thread Motaz SAAD
Hi Barry, Thanks for reply. I found the error in filterphrases.err . It was incorrect path for a file. because I changed the directory name. I works fine now. Thanks, Motaz On Fri, May 18, 2012 at 11:34 AM, Barry Haddow wrote: > Hi Motaz > > What's in filterphrases.err ? > > cheers - Barry >

Re: [Moses-support] A simple question about the phrase Table

2012-05-18 Thread Daniel Schaut
Hi, For instance, have a look at http://au.answers.yahoo.com/question/index?qid=20090318042359AAeQNkm This might answer your question. Daniel Von: moses-support-boun...@mit.edu [mailto:moses-support-boun...@mit.edu] Im Auftrag von Info Ic Gesendet: 18 May 2012 16:23 An: Moses Suppo

[Moses-support] A simple question about the phrase Table

2012-05-18 Thread Info Ic
Hi everyone , some lines in my phrase table contain some values like e-07 and e-05 , what does it mean ?? ___ Moses-support mailing list Moses-support@mit.edu http://mailman.mit.edu/mailman/listinfo/moses-support

Re: [Moses-support] problem with tuning hierarchical model - decoder died

2012-05-18 Thread Hieu Hoang
hi kairit apologies. A small bug in the chart decoder only lets you use inputtype=3. And by default the mert script always set inputtype=0, unless you override it. However, I've fixed the bug in the decoder so it should work now. On 18/05/2012 08:59, si...@ioc.ee wrote: > One problem fixed: m

Re: [Moses-support] extract.o.sorted.gz does not exist error

2012-05-18 Thread Barry Haddow
Hi Motaz What's in filterphrases.err ? cheers - Barry On Friday 18 May 2012 10:04:14 Motaz SAAD wrote: > filterphrases.err > -- Barry Haddow University of Edinburgh +44 (0) 131 651 3173 -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC

Re: [Moses-support] problem with tuning hierarchical model - decoder died

2012-05-18 Thread Barry Haddow
Hi Kairit You can pass the inputtype to mert-moses.pl with the -inputtype flag. Could you try this to see if it works? cheers - Barry On Friday 18 May 2012 08:59:22 si...@ioc.ee wrote: > One problem fixed: mistakenly I had used moses instead of moses_chart. > > With inputtype I don't see how I

Re: [Moses-support] extract.o.sorted.gz does not exist error

2012-05-18 Thread Motaz SAAD
Hello, I have problem now with system tuning step at http://www.statmt.org/moses/?n=Moses.Baseline my command is : nohup nice $HOME/smt/mosesdecoder/scripts/training/mert-moses.pl$HOME/smt/parallel-data/dev/ news-test2008.true.fr $HOME/smt/parallel-data/dev/news-test2008.true.en $HOME/smt/mosesde

Re: [Moses-support] problem with tuning hierarchical model - decoder died

2012-05-18 Thread sirts
One problem fixed: mistakenly I had used moses instead of moses_chart. With inputtype I don't see how I could change it: moses.ini in train/model folder already has inputtype 3, but tuning script calls it with value 0. The problem still persists, but now seems to be a different one accordin