hi eleni

a few prblems i see:
   1. don't use relative path, eg
         ~/mosesdecoder/dist
        use absolute path, eg.
         /home/eleni/mosesdecoder/dist
2. the latest code doesn't have dist directory anymore. All the documentation should have been updated. If you see any documentation that still contain 'dist', please tell me and I'll change it.
    3. Copy GIZA++, mkcls, snt2cooc to a directory, eg.
         /home/eleni/workspace/bin/training-tools
Let train-model.perl know where giza++ is with the argument -external-bin-dir, eg. .../train-model.perl -external-bin-dir /home/eleni/workspace/bin/training-tools

On 13/09/2012 16:54, Eleni Teshome wrote:

Dear all,
I started using the site moses baseline and
I got to training the translation system part and when i write the command: nohup nice ~/mosesdecoder. ... It creates a training.out file that displays; nohup: ignoring input Use of implicit split to @_ is deprecated at ~/mosesdecoder/dist/training/train-model.perl line 1761 Using SCRIPTS_ROOTDIR: ~/mosesdecoder/dist . . . ERROR: Cannot find mkcls, GIZA++, & snt2cooc.out/snt2cooc in . You MUST specify the parameter -external-bin-dir at ~/mosesdecoder/dist/training/train-model.perl line 306

Then i went to the training directory and typed the following command: train-model.perl -external-bin-dir ~/external-bin-dir And it displayed the following; Using SCRIPTS_ROOTDIR: ~/mosedecoder/dist Using single-thread GIZA ERROR: use --corpus to specify corpus at ~/mosesdecoder/dist/training/train-model.perl line 314

Can you please tell me how to specify that giza++ and the other files?



_______________________________________________
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

Reply via email to