We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a5c4e commit 9764535Copy full SHA for 9764535
examples/other/g2p/run.sh
@@ -4,7 +4,7 @@ source path.sh
4
USE_SCLITE=true
5
6
# test g2p
7
-if [ ! -d ~datasets/BZNSYP ];then
+if [ ! -d ~/datasets/BZNSYP ];then
8
echo "Please download BZNSYP dataset"
9
exit
10
fi
0 commit comments