#!/bin/bash# Copyright (c) Facebook, Inc. and its affiliates.# All rights reserved.## This source code is licensed under the license found in the# LICENSE file in the root directory of this source tree.if[-z$WORKDIR_ROOT];thenecho"please specify your working directory root in environment variable WORKDIR_ROOT. Exitting..."exitfi# first run download_wmt20.sh; it will install a few useful tools for other scripts# TODO: need to print out instructions on downloading a few files which requires manually authentication from the websitesbash ./download_wmt20.shpython ./download_wmt19_and_before.pybash ./download_wat19_my.shpython ./download_ted_and_extract.pybash ./download_lotus.shbash ./download_iitb.shbash ./download_af_xh.sh# IWSLT downloading URLs have changed in between; TODO: fix them:bash ./download_iwslt_and_extract.sh# TODO: globalvoices URLs changed; need to be fixedbash ./download_flores_data.sh