diff --git a/egs/wsj/s5/steps/get_prons.sh b/egs/wsj/s5/steps/get_prons.sh index 6836a71e65d..94d77d9edc4 100755 --- a/egs/wsj/s5/steps/get_prons.sh +++ b/egs/wsj/s5/steps/get_prons.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # Copyright 2014 Johns Hopkins University (Author: Daniel Povey) # 2014 Guoguo Chen +# 2024 Tien-Hong Lo # Apache 2.0 # Begin configuration section. @@ -32,7 +33,7 @@ fi # As the usage message of nbest-to-prons says, its output has lines that can be interpreted as # ... # and you could convert these into text form using a command like: -# gunzip -c prons.*.gz | utils/sym2int.pl -f 4 words.txt | utils/sym2int.pl -f 5- phones.txt +# gunzip -c prons.*.gz | utils/int2sym.pl -f 4 words.txt | utils/int2sym.pl -f 5- phones.txt