Hi Karan If you look at the error file, you will see the message:
> Check nextPos != string::npos failed in moses/Phrase.cpp:209 In recent versions of Moses (v2.1 onwards) this has been replaced with a more descriptive error message: > Incorrect formatting of non-terminal. Should have 2 non-terms, eg. > [X][X]. This means that there is a formatting error in your phrase table. Possibly this is because there were special characters such as | or [ in your corpus, and you did not escape them. Did you use the Moses tokeniser? If you use your own tokeniser then you'll need to escape special characters yourself using the escape-special-chars.perl script. cheers - Barry On 24/02/14 09:38, karan sharma wrote: > Sir, > I have attached the STDERR file. > Could you please look into it. > > Thanks > > > On Mon, Feb 24, 2014 at 2:49 PM, Barry Haddow > <[email protected] <mailto:[email protected]>> wrote: > > Hi Karan > > There's not enough information here to diagnose the problem. Could > you attach the tuning STDERR file -- there should be an earlier > error message in it, > > cheers - Barry > > > On 24/02/14 09:05, karan sharma wrote: > > Hey, > I am training a phrase based model using EMS. > The tuning process is crashing . The error I am getting is : > > Aborted (core dumped) > Exit code: 134 > > > Can anyone help me with it . > > Thanks > Karan Sharma > > > _______________________________________________ > Moses-support mailing list > [email protected] <mailto:[email protected]> > http://mailman.mit.edu/mailman/listinfo/moses-support > > > > -- > The University of Edinburgh is a charitable body, registered in > Scotland, with registration number SC005336. > > -- The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336. _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
