From 83ff490db41004b8c4ab591e85577fecd72d119c Mon Sep 17 00:00:00 2001 From: megemini Date: Wed, 20 Nov 2024 11:24:36 +0800 Subject: [PATCH] [Fix] g2p run.sh (#3886) --- 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