설치kenlm
450 단어 kenlmdeepSPEECH자연 언어 처리
wget -O - https://kheafield.com/code/kenlm.tar.gz |tar xz
mkdir kenlm/build
cd kenlm/build
cmake ..
make -j2
오류 보고:
*** No targets specified and no makefile found. Stop.
실행:
1.apt install libboost-dev libboost-test-dev
2. sudo apt-get install libboost-all-dev
참조:
https://blog.csdn.net/qq_29883591/article/details/80206940