Fix to run.sh, creating train.tra

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@61 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
This commit is contained in:
Dan Povey 2011-06-01 14:29:20 +00:00
Родитель b4942f7897
Коммит 59334e7178
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -113,6 +113,10 @@ for x in eval_nov92 dev_nov93 eval_nov93; do
cp data_prep/${x}_wav.scp data/
done
cat data/train.txt | scripts/sym2int.pl --ignore-first-field data/words.txt > data/train.tra
# Get the right paths on our system by sourcing the following shell file
# (edit it if it's not right for your setup).
. path.sh