Skip to content

Commit 6b906a3

Browse files
osadjdanpovey
authored andcommitted
[egs] updated the LDC web address for wsj0-train-spkrinfo.txt (#1648)
1 parent 76c8c77 commit 6b906a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

egs/wsj/s5/local/cstr_wsj_data_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ gzip -f $lmdir/lm_tgpr_5k.arpa || exit 1;
171171

172172
if [ ! -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 );
177177
fi

egs/wsj/s5/local/wsj_data_prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ gzip -f $lmdir/lm_tgpr_5k.arpa || exit 1;
186186

187187
if [ ! -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
192192
fi

0 commit comments

Comments
 (0)