Hi, if snt2cooc is causing trouble, I suggest to run the training script with the additional option "--parts 4", which splits up the data for snt2cooc.
-phi On Mon, Mar 29, 2010 at 2:43 PM, John Burger <[email protected]> wrote: >> C:\cygwin\home\moses\tools\bin\snt2cooc.out: *** fatal error - cmalloc >> would have returned NULL >> ========= >> >> Am I running short of RAM? > > Yes - malloc is failing to get more memory. FWIW, I run phrase > extraction on a machine with 66G, but that's probably more than is > necessary. You could try extracting shorter phrases - I think the > default is 7, so you could try this: > > train-factored-phrase-model.perl ... --max-phrase-length 4 > > - John D. Burger > MITRE > > _______________________________________________ > Moses-support mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/moses-support > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
