Kaldi

From Bitpost wiki
Revision as of 22:09, 18 November 2016 by M (talk | contribs)
sudo apt install subversion libatlas3-base 
cd development
git clone https://github.com/kaldi-asr/kaldi.git kaldi --origin upstream
cd kaldi/tools
extras/check_dependencies.sh 
# it wants me to: ln -s -f bash /bin/sh
# i don't think so... ubuntu has used dash since v8 or so...
# edit Makefile, use the newer version of OPENFST (1.4.1)
make