Skip to content

Commit

Permalink
[egs] Minor cosmetic changes in voxforge example script (kaldi-asr#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
baali authored and David Snyder committed Apr 12, 2017
1 parent 02ca380 commit b00b9e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion egs/voxforge/s5/path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export PATH=$PWD/utils/:$KALDI_ROOT/tools/openfst/bin:$PWD:$PATH
. $KALDI_ROOT/tools/config/common_path.sh

# VoxForge data will be stored in:
export DATA_ROOT="/home/dpovey/kaldi-clean/egs/voxforge/s5/voxforge" # e.g. something like /media/secondary/voxforge
# export DATA_ROOT="$KALDI_ROOT/egs/voxforge/s5/voxforge" # e.g. something like /media/secondary/voxforge

if [ -z $DATA_ROOT ]; then
echo "You need to set \"DATA_ROOT\" variable in path.sh to point to the directory to host VoxForge's data"
Expand Down
5 changes: 3 additions & 2 deletions egs/voxforge/s5/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

# NOTE: You will want to download the data set first, before executing this script.
# This can be done for example by:
# 1. Setting the DATA_ROOT variable to point to a directory with enough free
# space (at least 20-25GB currently (Feb 2014))
# 1. Setting the DATA_ROOT in path.sh variable to point to a
# directory with enough free space (at least 20-25GB
# currently (Feb 2014))
# 2. Running "getdata.sh"

# The second part of this script comes mostly from egs/rm/s5/run.sh
Expand Down

0 comments on commit b00b9e2

Please sign in to comment.