HTK工具箱

Ubuntu14.04环境下安装编译HTK语音识别工具库

情到浓时终转凉″ 提交于 2020-04-07 05:28:41
1 下载HTK HTK官网是:http://htk.eng.cam.ac.uk/,进入即可下载。 2 编译HTK 首先确保你已经安装了g++和libx11, sudo apt-getinstall libx11-dev:i386 解压HTK工具包,进入ht文件夹下面 sudo tar xzf HTK-3.4.1.tar.gz cd htk 然后输入下面一段代码: sudo ./configure --prefix=/usr/local/ (这样安装好的文件即可存放在/usr/local目录下面) 出现下面一段提示: setting config.status: creating HTKLVRec/Makefile config.status: WARNING: HTKLVRec/Makefile.inseems to ignore the --datarootdir setting config.status: creating Makefile config.status: WARNING: Makefile.inseems to ignore the --datarootdir setting ************************************************** HTK is now ready to be built. Type"make