Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <fishandfrolick@gmail.com>2012-06-05 21:15:43 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-06-05 21:15:43 +0400
commit86a1886cb49fa98aa83e93d03bb53e79dba1f0ca (patch)
treef3e448408957de45409fc4ab11a61cf597b74c3d /scripts
parenta7964e02abccba838e7db1c4bdcebb65edb53c74 (diff)
get rid of mention of --with-giza arg
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Jamfile b/scripts/Jamfile
index df9a4dfcf..8df468737 100644
--- a/scripts/Jamfile
+++ b/scripts/Jamfile
@@ -26,7 +26,7 @@ if $(with-giza) {
check-for-bin mkcls ;
} else {
if $(CLEANING) = no {
- echo "If you want scripts/training/train-model.perl, pass --with-giza=/path/to/giza-pp" ;
+ #echo "If you want scripts/training/train-model.perl, pass --with-giza=/path/to/giza-pp" ;
}
constant WITH-GIZA : "no" ;
}