diff --git a/examples/other/g2p/zh/run.sh b/examples/other/g2p/zh/run.sh index cbe140a0d53c1a5c7a0e54c63b196dc035e5ccaf..ab5d44f7c75df9f26f7dc7642d6b810f97ea23cc 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