File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ gzip -f $lmdir/lm_tgpr_5k.arpa || exit 1;
171171
172172if [ ! -f wsj0-train-spkrinfo.txt ] || [ ` cat wsj0-train-spkrinfo.txt | wc -l` -ne 134 ]; then
173173 rm -f wsj0-train-spkrinfo.txt
174- wget http ://www .ldc.upenn.edu/Catalog /docs/LDC93S6A/wsj0-train-spkrinfo.txt \
174+ wget https ://catalog .ldc.upenn.edu/docs/LDC93S6A/wsj0-train-spkrinfo.txt \
175175 || ( echo " Getting wsj0-train-spkrinfo.txt from backup location" && \
176176 wget --no-check-certificate https://sourceforge.net/projects/kaldi/files/wsj0-train-spkrinfo.txt );
177177fi
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ gzip -f $lmdir/lm_tgpr_5k.arpa || exit 1;
186186
187187if [ ! -f wsj0-train-spkrinfo.txt ] || [ ` cat wsj0-train-spkrinfo.txt | wc -l` -ne 134 ]; then
188188 rm wsj0-train-spkrinfo.txt
189- ! wget http ://www .ldc.upenn.edu/Catalog /docs/LDC93S6A/wsj0-train-spkrinfo.txt && \
189+ ! wget https ://catalog .ldc.upenn.edu/docs/LDC93S6A/wsj0-train-spkrinfo.txt && \
190190 echo " Getting wsj0-train-spkrinfo.txt from backup location" && \
191191 wget --no-check-certificate https://sourceforge.net/projects/kaldi/files/wsj0-train-spkrinfo.txt
192192fi
You can’t perform that action at this time.
0 commit comments