Blame view

egs/commonvoice/s5/path.sh 403 Bytes
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
  export KALDI_ROOT=`pwd`/../../..
  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
  
  # For now, don't include any of the optional dependenices of the main
  # librispeech recipe