Dear members,

I just install moses and practice by exactly following the step-by-step run
through at http://www.statmt.org/moses_steps.html.
I got several problems.

1. I use "git clone git://github.com/moses-smt/mosesdecoder.git moses" and
compile it, and run the "confirm setup success" script, and it can produce
correct results. I guess this is the latest version of moses, and I move on
until the step "filter out long sentences". However, for the script,
"tools/moses-scripts/scripts-*YYYYMMDD-HHMM*/training/clean-corpus-n.perl
work/corpus/news-commentary.tok fr en work/corpus/news-commentary.clean 1
40", there is no moses-scripts/scripts-*YYYYMMDD-HHMM directory, and the
guideline does not state where is the time stamp folder "moses-scripts/*
scripts-*YYYYMMDD-HHMM**" come from.

*I check this from web at http://www.statmt.org/wmt11/baseline.html, and
find that this directory can be generated  by the step "Compile Moses
Support Scripts", which is missing in the guideline at
http://www.statmt.org/moses_steps.html.  Also, you can not do this step in
the moses version I download, because there is no "makefile" at all in
moses/scripts.
However, if I download the moses by "mkdir -p moses" and "svn co
https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk moses".
After compilation, I can see "makefile" in moses/scripts, and also perform
the step " the step "Compile Moses Support Scripts".

So what is the differerences between the two moses installation approaches
by "git clone git://github.com/moses-smt/mosesdecoder.git moses"  and " "mkdir
-p moses" then "svn co
https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk moses""???
Are they different versions of moses?

Thanks
Su
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to