Skip to content

Commit baccede

Browse files
committed
fix g2p, test=doc
1 parent 2082b89 commit baccede

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/other/g2p/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ source path.sh
44
USE_SCLITE=true
55

66
# test g2p
7+
if [ ! -d datasets/BZNSYP ];then
8+
echo "Please download BZNSYP dataset"
9+
exit
10+
fi
711
echo "Start get g2p test data ..."
812
python3 get_g2p_data.py --root-dir=~/datasets/BZNSYP --output-dir=data/g2p
913
echo "Start test g2p ..."

0 commit comments

Comments
 (0)