]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/kaldi.git/blobdiff - egs/fame/v1/path.sh
[egs] Speaker recognition scripts for FAME! Speech Corpus (#1897)
[processor-sdk/kaldi.git] / egs / fame / v1 / path.sh
diff --git a/egs/fame/v1/path.sh b/egs/fame/v1/path.sh
new file mode 100755 (executable)
index 0000000..2d17b17
--- /dev/null
@@ -0,0 +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/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