Fix typo in librispeech OpenFST-based HLG preparation script (#1028)

This commit is contained in:
Yuanhang Zhang 2023-04-28 19:52:32 +08:00 committed by GitHub
parent 298ed4520f
commit b0228c536e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ if [ $stage -le 5 ] && [ $stop_stage -ge 5 ]; then
./shared/convert-k2-to-openfst.py \
--olabels aux_labels \
$lang_dir/L_disambig.pt \
$lang_dir/disambig_L.fst
$lang_dir/L_disambig.fst
fi
fi

View File

@ -198,7 +198,7 @@ if [ $stage -le 5 ] && [ $stop_stage -ge 5 ]; then
./shared/convert-k2-to-openfst.py \
--olabels aux_labels \
$lang_dir/L_disambig.pt \
$lang_dir/disambig_L.fst
$lang_dir/L_disambig.fst
fi
fi