You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ! -f $KALDI_ROOT/tools/config/common_path.sh ] && echo >&2 "The standard file $KALDI_ROOT/tools/config/common_path.sh is not present -> Exit!" && exit 1
. $KALDI_ROOT/tools/config/common_path.sh
export LC_ALL=C
if [ ! -L steps ]; then
ln -s $KALDI_ROOT/egs/wsj/s5/steps steps
fi
if [ ! -L utils ]; then
ln -s $KALDI_ROOT/egs/wsj/s5/utils utils
fi
# we use this both in the (optional) LM training and the G2P-related scripts