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:
authorKenneth Heafield <github@kheafield.com>2011-11-25 19:53:12 +0400
committerKenneth Heafield <github@kheafield.com>2011-11-25 19:53:12 +0400
commitdad245dcbc71d49899585afc49f9a75efeb2df6c (patch)
treed68e817e5fff09f19a25454ca5c923c5573a70ab /scripts
parente3a6c9274218e343b9902a18417bfa08604c8a38 (diff)
Non-stale Jamfile
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Jamfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/Jamfile b/scripts/Jamfile
index 8b79af84d..ab44144d2 100644
--- a/scripts/Jamfile
+++ b/scripts/Jamfile
@@ -31,8 +31,7 @@ if $(with-giza) {
if ! [ FILE_OPEN $(with-giza)/$(name) : "r" ] {
echo "Did not find "$(with-giza)/$(name)"." ;
echo "The with-giza directory should contain GIZA++, snt2cooc.out, and mkcls." ;
- echo "These are available from http://www.fjoch.com/GIZA++.html and" ;
- echo "http://www-i6.informatik.rwth-aachen.de/Colleagues/och/software/mkcls.html ." ;
+ echo "These are available from http://code.google.com/p/giza-pp/ ." ;
exit : 1 ;
}
}