From d0654260d1ad9e81d41a3c5952aedc699fa9cbab Mon Sep 17 00:00:00 2001 From: megemini Date: Thu, 14 Nov 2024 14:57:48 +0800 Subject: [PATCH] [Fix] g2p run.sh --- examples/other/g2p/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/other/g2p/run.sh b/examples/other/g2p/run.sh index 9794e7917..cb8246093 100755 --- a/examples/other/g2p/run.sh +++ b/examples/other/g2p/run.sh @@ -16,5 +16,5 @@ python3 test_g2p.py --input-dir=data/g2p --output-dir=exp/g2p # whether use sclite to get more detail information of WER if [ "$USE_SCLITE" = true ];then echo "Start sclite g2p ..." - ${MAIN_ROOT}/tools/sctk/bin/sclite -i wsj -r ./exp/g2p/text.ref.clean trn -h ./exp/g2p/text.g2p trn -e utf-8 -o all + ${MAIN_ROOT}/tools/extras/sctk/bin/sclite -i wsj -r ./exp/g2p/text.ref.clean trn -h ./exp/g2p/text.g2p trn -e utf-8 -o all fi