зеркало из https://github.com/mozilla/kaldi.git
fix egs/apiai_decode/s5/path.sh to account for move of common path.sh
This commit is contained in:
Родитель
6cb8ff5c23
Коммит
ae73c79528
|
@ -1,6 +1,6 @@
|
|||
export KALDI_ROOT=`pwd`/../../..
|
||||
[ -f $KALDI_ROOT/tools/env.sh ] && . $KALDI_ROOT/tools/env.sh
|
||||
export PATH=$PWD/utils/:$KALDI_ROOT/tools/openfst/bin:$PWD:$PATH
|
||||
[ ! -f $KALDI_ROOT/src/path.sh ] && echo >&2 "The standard file $KALDI_ROOT/src/path.sh is not present -> Exit!" && exit 1
|
||||
. $KALDI_ROOT/src/path.sh
|
||||
[ ! -f $KALDI_ROOT/tools/config/common_path.sh ] && echo >&2 "The standard file $KALDI_ROOT/src/path.sh is not present -> Exit!" && exit 1
|
||||
. $KALDI_ROOT/tools/config/common_path.sh
|
||||
export LC_ALL=C
|
||||
|
|
Загрузка…
Ссылка в новой задаче