git clone https://github.com/kaldi-asr/kaldi.git - apt-get install wget
- apt-get install subversion
- apt-get install gawk
- apt-get install perl
- apt-get install automake
- apt-get install sox
- apt-get install gfortran libtool
aclocal --version
find / -name aclocal - wget https://mirrors.tuna.tsinghua.edu.cn/gnu/automake/automake-1.15.tar.gz
- tar -zxvf automake-1.15.tar.gz
- cd automake-1.15
- ./configure
- sudo make && make install
source ~/.bashrc 再测试即可成功!
- cd kaldi/tools/
- bash extras/install_mkl.sh
- make
- Warning: IRSTLM is not installed by default anymore. If you need IRSTLM
- Warning: use the script extras/install_irstlm.sh
- All done OK.
- cd ../src
- ./configure
- make
- echo Done
- Done
- cd egs/yesno/s5
- ./run.sh
如果输出WER则表示测试成功!