Skip to content

Commit

Permalink
fix name of dict copying script
Browse files Browse the repository at this point in the history
  • Loading branch information
sandsmark committed Jun 6, 2020
1 parent 7c4f911 commit b2e5cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/sprakbanken_nor/s5/run.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local/sprak_data_prep.sh || exit 1;
utils/fix_data_dir.sh data/train || exit 1;

# Perform text normalisation, prepare dict folder and LM data transcriptions
local/copy_dict || exit 1;
local/copy_dict.sh || exit 1;

utils/prepare_lang.sh data/local/dict "<UNK>" data/local/lang_tmp data/lang || exit 1;

Expand Down

0 comments on commit b2e5cb4

Please sign in to comment.