Skip to content

Commit

Permalink
[egs] updated the LDC web address for wsj0-train-spkrinfo.txt (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
osadj authored and danpovey committed May 26, 2017
1 parent 76c8c77 commit 6b906a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion egs/wsj/s5/local/cstr_wsj_data_prep.sh
Expand Up @@ -171,7 +171,7 @@ gzip -f $lmdir/lm_tgpr_5k.arpa || exit 1;

if [ ! -f wsj0-train-spkrinfo.txt ] || [ `cat wsj0-train-spkrinfo.txt | wc -l` -ne 134 ]; then
rm -f wsj0-train-spkrinfo.txt
wget http://www.ldc.upenn.edu/Catalog/docs/LDC93S6A/wsj0-train-spkrinfo.txt \
wget https://catalog.ldc.upenn.edu/docs/LDC93S6A/wsj0-train-spkrinfo.txt \
|| ( echo "Getting wsj0-train-spkrinfo.txt from backup location" && \
wget --no-check-certificate https://sourceforge.net/projects/kaldi/files/wsj0-train-spkrinfo.txt );
fi
Expand Down
2 changes: 1 addition & 1 deletion egs/wsj/s5/local/wsj_data_prep.sh
Expand Up @@ -186,7 +186,7 @@ gzip -f $lmdir/lm_tgpr_5k.arpa || exit 1;

if [ ! -f wsj0-train-spkrinfo.txt ] || [ `cat wsj0-train-spkrinfo.txt | wc -l` -ne 134 ]; then
rm wsj0-train-spkrinfo.txt
! wget http://www.ldc.upenn.edu/Catalog/docs/LDC93S6A/wsj0-train-spkrinfo.txt && \
! wget https://catalog.ldc.upenn.edu/docs/LDC93S6A/wsj0-train-spkrinfo.txt && \
echo "Getting wsj0-train-spkrinfo.txt from backup location" && \
wget --no-check-certificate https://sourceforge.net/projects/kaldi/files/wsj0-train-spkrinfo.txt
fi
Expand Down

0 comments on commit 6b906a3

Please sign in to comment.