2011-09-06 17:08:48 +04:00
|
|
|
# the tmp directory
|
|
|
|
MCC_TEMPDIR="/tmp/"
|
|
|
|
|
|
|
|
# where logs are saved
|
2011-10-21 22:27:56 +04:00
|
|
|
MCC_LOGDIR="/home/cruise/"
|
2011-09-06 17:08:48 +04:00
|
|
|
|
|
|
|
# where moses gets checked out, tested etc.
|
2011-10-21 22:27:56 +04:00
|
|
|
MCC_WORKDIR="/home/cruise/work/"
|
2011-09-06 17:08:48 +04:00
|
|
|
|
2011-10-21 22:27:56 +04:00
|
|
|
# repository that will be checked out
|
|
|
|
MCC_GITREPO="https://github.com/moses-smt/mosesdecoder.git"
|
2011-09-06 17:08:48 +04:00
|
|
|
|
|
|
|
# arguments passed to Moses configure
|
2011-10-21 22:27:56 +04:00
|
|
|
MCC_CONFIGURE_ARGS=" --with-srilm=/path/to/srilm --with-irstlm=/path/to/irstlm "
|
2011-09-06 17:08:48 +04:00
|
|
|
|
|
|
|
# list of branches to be checked
|
|
|
|
MCC_SCAN_BRANCHES="master"
|
2011-10-20 22:34:35 +04:00
|
|
|
|
2011-10-21 22:27:56 +04:00
|
|
|
# regression test data archive (optional, this is the default)
|
|
|
|
MCC_REGTEST_ARCHIVE="http://www.statmt.org/moses/reg-testing/moses-reg-test-data-8.tgz"
|
2011-10-20 22:34:35 +04:00
|
|
|
|