From aba37810ff7b8fd814f8a27994bad7d4042931cb Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Wed, 3 Nov 2021 10:00:02 +0000 Subject: [PATCH] update BZNSYP.rar link --- examples/other/g2p/zh/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/other/g2p/zh/run.sh b/examples/other/g2p/zh/run.sh index cbe140a0..ab5d44f7 100755 --- a/examples/other/g2p/zh/run.sh +++ b/examples/other/g2p/zh/run.sh @@ -14,7 +14,7 @@ mkdir -p ${exp_dir} if [ $stage -le -1 ] && [ $stop_stage -ge -1 ];then mkdir -p ${data} - test -e ${data}/BZNSYP.rar || { echo "Please download BZNSYP.rar and put it in "${data}; exit -1; } + test -e ${data}/BZNSYP.rar || wget -c https://weixinxcxdb.oss-cn-beijing.aliyuncs.com/gwYinPinKu/BZNSYP.rar -P ${data} fi if [ $stage -le 0 ] && [ $stop_stage -ge 0 ];then -- GitLab