From ac6c3deee6bf0af1ca2e7bce7071dc229b3c8a8e Mon Sep 17 00:00:00 2001 From: Nick Overacker Date: Thu, 7 Mar 2024 11:27:03 +0900 Subject: [PATCH] Fix dead link to de-en.tgz The old link has been dead since at least December 2020. I have changed it to the backup link provided by [myleott](https://github.com/myleott) in [this comment](https://github.com/facebookresearch/fairseq/issues/2984#issuecomment-755798354). --- tools/prepare_mt_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/prepare_mt_data.sh b/tools/prepare_mt_data.sh index 477a15ca..d9de0bda 100644 --- a/tools/prepare_mt_data.sh +++ b/tools/prepare_mt_data.sh @@ -100,7 +100,7 @@ TOKENIZER=$SCRIPTS/tokenizer/tokenizer.perl LC=$SCRIPTS/tokenizer/lowercase.perl CLEAN=$SCRIPTS/training/clean-corpus-n.perl -URL="http://wit3.fbk.eu/archive/2014-01/texts/de/en/de-en.tgz" +URL="http://dl.fbaipublicfiles.com/fairseq/data/iwslt14/de-en.tgz" GZ=de-en.tgz if [ ! -d "$SCRIPTS" ]; then