diff --git a/egs/aspire/s5/local/fisher_data_prep.sh b/egs/aspire/s5/local/fisher_data_prep.sh index 93abf390225..233185f071e 100755 --- a/egs/aspire/s5/local/fisher_data_prep.sh +++ b/egs/aspire/s5/local/fisher_data_prep.sh @@ -52,7 +52,7 @@ for subdir in fe_03_p1_sph1 fe_03_p1_sph3 fe_03_p1_sph5 fe_03_p1_sph7 \ found_subdir=true ln -s $dir/$subdir data/local/data/links else - new_style_subdir=$(echo $subdir | sed s/fe_03_p2_sph/fisher_eng_tr_sp_d/) + new_style_subdir=$(echo $subdir | sed s/fe_03_p1_sph/fisher_eng_tr_sp_d/) if [ -d $dir/$new_style_subdir ]; then found_subdir=true ln -s $dir/$new_style_subdir data/local/data/links/$subdir diff --git a/egs/fisher_english/s5/local/fisher_data_prep.sh b/egs/fisher_english/s5/local/fisher_data_prep.sh index 93abf390225..233185f071e 100755 --- a/egs/fisher_english/s5/local/fisher_data_prep.sh +++ b/egs/fisher_english/s5/local/fisher_data_prep.sh @@ -52,7 +52,7 @@ for subdir in fe_03_p1_sph1 fe_03_p1_sph3 fe_03_p1_sph5 fe_03_p1_sph7 \ found_subdir=true ln -s $dir/$subdir data/local/data/links else - new_style_subdir=$(echo $subdir | sed s/fe_03_p2_sph/fisher_eng_tr_sp_d/) + new_style_subdir=$(echo $subdir | sed s/fe_03_p1_sph/fisher_eng_tr_sp_d/) if [ -d $dir/$new_style_subdir ]; then found_subdir=true ln -s $dir/$new_style_subdir data/local/data/links/$subdir diff --git a/egs/fisher_swbd/s5/local/fisher_data_prep.sh b/egs/fisher_swbd/s5/local/fisher_data_prep.sh index dfc29c5a6c6..470577f28d3 100755 --- a/egs/fisher_swbd/s5/local/fisher_data_prep.sh +++ b/egs/fisher_swbd/s5/local/fisher_data_prep.sh @@ -39,7 +39,7 @@ for subdir in fe_03_p1_sph1 fe_03_p1_sph3 fe_03_p1_sph5 fe_03_p1_sph7 \ found_subdir=true ln -s $dir/$subdir data/local/data_fisher/links/$subdir else - new_style_subdir=$(echo $subdir | sed s/fe_03_p2_sph/fisher_eng_tr_sp_d/) + new_style_subdir=$(echo $subdir | sed s/fe_03_p1_sph/fisher_eng_tr_sp_d/) if [ -d $dir/$new_style_subdir ]; then found_subdir=true ln -s $dir/$new_style_subdir data/local/data_fisher/links/$subdir diff --git a/egs/lre07/v2/local/dnn/fisher_data_prep.sh b/egs/lre07/v2/local/dnn/fisher_data_prep.sh index c7e74dea3bc..70cede2f86c 100755 --- a/egs/lre07/v2/local/dnn/fisher_data_prep.sh +++ b/egs/lre07/v2/local/dnn/fisher_data_prep.sh @@ -52,7 +52,7 @@ for subdir in fe_03_p1_sph1 fe_03_p1_sph3 fe_03_p1_sph5 fe_03_p1_sph7 \ found_subdir=true ln -s $dir/$subdir data/local/data/links else - new_style_subdir=$(echo $subdir | sed s/fe_03_p2_sph/fisher_eng_tr_sp_d/) + new_style_subdir=$(echo $subdir | sed s/fe_03_p1_sph/fisher_eng_tr_sp_d/) if [ -d $dir/$new_style_subdir ]; then found_subdir=true ln -s $dir/$new_style_subdir data/local/data/links/$subdir diff --git a/egs/multi_en/s5/local/fisher_data_prep.sh b/egs/multi_en/s5/local/fisher_data_prep.sh index 386fb5e111c..ae0b9683125 100755 --- a/egs/multi_en/s5/local/fisher_data_prep.sh +++ b/egs/multi_en/s5/local/fisher_data_prep.sh @@ -46,7 +46,7 @@ for subdir in fe_03_p1_sph1 fe_03_p1_sph3 fe_03_p1_sph5 fe_03_p1_sph7 \ found_subdir=true ln -s $dir/$subdir data/local/fisher/links/$subdir else - new_style_subdir=$(echo $subdir | sed s/fe_03_p2_sph/fisher_eng_tr_sp_d/) + new_style_subdir=$(echo $subdir | sed s/fe_03_p1_sph/fisher_eng_tr_sp_d/) if [ -d $dir/$new_style_subdir ]; then found_subdir=true ln -s $dir/$new_style_subdir data/local/fisher/links/$subdir diff --git a/egs/sre10/v1/local/dnn/fisher_data_prep.sh b/egs/sre10/v1/local/dnn/fisher_data_prep.sh index c7e74dea3bc..70cede2f86c 100755 --- a/egs/sre10/v1/local/dnn/fisher_data_prep.sh +++ b/egs/sre10/v1/local/dnn/fisher_data_prep.sh @@ -52,7 +52,7 @@ for subdir in fe_03_p1_sph1 fe_03_p1_sph3 fe_03_p1_sph5 fe_03_p1_sph7 \ found_subdir=true ln -s $dir/$subdir data/local/data/links else - new_style_subdir=$(echo $subdir | sed s/fe_03_p2_sph/fisher_eng_tr_sp_d/) + new_style_subdir=$(echo $subdir | sed s/fe_03_p1_sph/fisher_eng_tr_sp_d/) if [ -d $dir/$new_style_subdir ]; then found_subdir=true ln -s $dir/$new_style_subdir data/local/data/links/$subdir