From 973149d3bc3b30694a6ea7e4de1156ca2cc31a97 Mon Sep 17 00:00:00 2001 From: luomingshuang <739314837@qq.com> Date: Thu, 3 Mar 2022 17:21:47 +0800 Subject: [PATCH] fix spelling errors --- egs/tedlium3/ASR/prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/tedlium3/ASR/prepare.sh b/egs/tedlium3/ASR/prepare.sh index 76fc4ab94..fff1a0967 100644 --- a/egs/tedlium3/ASR/prepare.sh +++ b/egs/tedlium3/ASR/prepare.sh @@ -62,8 +62,8 @@ if [ $stage -le -1 ] && [ $stop_stage -ge -1 ]; then mkdir -p $dl_dir/lm git clone https://huggingface.co/luomingshuang/tedlium3_lm $dl_dir/lm - # If you want to download Tedlium 4 gram language models - # using the follow commands: + # If you want to download Tedlium 4-gram language models, + # use the following commands: #wget --continue http://kaldi-asr.org/models/5/4gram_small.arpa.gz -P $dl_dir/lm/ || exit 1 #wget --continue http://kaldi-asr.org/models/5/4gram_big.arpa.gz -P $dl_dir/lm/ || exit 1 fi