On Wed, Jul 2, 2008 at 3:24 AM, Vineet Kashyap <[EMAIL PROTECTED]> wrote: > I know i am replying my own question, but > i think the script is train-factored-phrase-model.perl > which does all the 9 steps automatically. > > please tell me if am wrong > > also wud like to know what should i set the directory inside > this file > > my $BINDIR="/home/s0565741/terabyte/bin" > > i have a directory which has the following files: > mkcls sntcooc.out with an optimized folder > "home/vkashyap/MOSES/bin" > > Also, i dont have sun grid engine on my cluster but > can download the new 6.1 version > > would this work with the moses-parallel.pl > > Thanks in advance
At my point of view, the best thing to write for this purpose is not a "script" but a Makefile wich can call atomic steps (tokenize, lowercase a file, etc.) because : - if it stops (manual stop or error) between two steps, you can run it from where it have been stopped. - you can easily parallelize steps using the "make -j N" parameters. -- Maxime Biais _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
