> 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
