Re: [Moses-support] Reg. Giza++ crash reported by EMS

2011-03-18 Thread Nicola Bertoldi
Hi Sriram (and all MacOsX users) are you using a MacOsX machine? So probably the error is due to the fact that by default the OS has a case-insensitive filesystem so A3.final files are wrongly overwritten by a3.final ones The easiest way to solve this issue is the following: (found on the web

Re: [Moses-support] Reg. Giza++ crash reported by EMS

2011-03-18 Thread Sriram V
Thanks Nicola. I am using it on Fedora. So, I guess the problem is elsewhere. Regards, Sriram On Fri, Mar 18, 2011 at 10:08 AM, Nicola Bertoldi berto...@fbk.eu wrote: Hi Sriram (and all MacOsX users) are you using a MacOsX machine? So probably the error is due to the fact that by default

Re: [Moses-support] Reg. Giza++ crash reported by EMS

2011-03-18 Thread Barry Haddow
Hi Sriram You have a version of GIZA++ which doesn't support cooccurrence files. To add support for cooccurrence files, you need to edit the GIZA++ Makefile and add the flag -DBINARY_SEARCH_FOR_TTABLE to CFLAGS_OPT. Then you should rebuild GIZA++ and rerun the alignment. I'm not sure why

Re: [Moses-support] Reg. Giza++ crash reported by EMS

2011-03-18 Thread Sriram V
It works ! Thanks very much. - Sriram On Fri, Mar 18, 2011 at 12:11 PM, Barry Haddow bhad...@inf.ed.ac.uk wrote: Hi Sriram You have a version of GIZA++ which doesn't support cooccurrence files. To add support for cooccurrence files, you need to edit the GIZA++ Makefile and add the flag