1. On the Internet, you must first ensure that g++ and libx11 are installed on your computer.
g++--// detection g++ version
sudo apt-get Install libx11-dev:i386
2. The HTK speech Recognition Library can then be downloaded from the HTK official website
3. Unzip:sudo tar
xzf Htk-3.4.1.tar
.gz
4. Open folder: CD HTK
5. In/usr/local
/Directory Installation files:sudo
./configure--prefix=/usr/local
/
Appear:
settingconfig.status:creating Htklvrec/Makefileconfig.status:WARNING:HTKLVRec/makefile.inseems to ignore the--Datarootdir settingconfig.status:creating Makefileconfig.status:WARNING:Makefile.inseems to ignore the--Datarootdir Setting**************************************************HTK isNow the ready -to-be built. Type" make all"To build the HTK librariesand tools. Then"Make Install"Toinstallthem. The tools would be Installedin/usr/local//binBuild notes:language Modelling tools would bebuilt. Hdecode is not being built. You can buildit manually later by running'MakehdecodeInstall-hdecode'**************************************************
Then, I follow the steps above: make all
An error occurred and a folder or directory could not be found:
Search for solutions on the Internet:
sudo apt-get purge libc6-devsudo apt-get install libc6-devsudo apt-get Install libc6-dev-i386
Solution ~
And then the error .... Download the problem of the Voice library, where the "Space key" and "tab" key mix, resulting in compilation error, the Voice library automatically set is not rewritten, so I studied the half-day page is not quite right.
Search on the Internet, so I intend to download Kaldi Voice library ....
Then write an article about Kaldi Voice library, no language ...
Install Compile and test HTK Speech recognition library in Ubuntu