ubuntu 14.04 64位安装HTK3.5

1.http://htk.eng.cam.ac.uk/download.shtml

官网下载HTK source code以及HDecode

2.分别解压HTK-3.5.beta-2.tar.gz、HDecode-3.5.beta-1.tar.gz,将其合并到一个文件夹htk中

3.查看htk/README

决定要安装的类型后,

根据描述安装即可

HTK 3.5 comes with three sets of Makefiles enabling compilation for:

1. CPU (standard)
2. CPU using MKL (Intel Math Kernel library)
3. NVIDIA GPUs (Graphic Processing Unit) using the NVIDIA CUDA compiler NVCC

These alternative Makefiles are located in each of the following directories:

HTKLib, HLMLib, HTKTools, HLMTools

Examine the MakefileCPU, MakefileMKL and  MakefileNVCC
files in each of these directories and change the default
locations of CPU/GPU compilers and libraries to match the
locations on the system for which HTK 3.5 is to be installed.

In order to compile either the standard CPU version, or
the CPU version with MKL support or GPU version execute one of the following

1. make -f MakefileCPU all
2. make -f MakefileMKL all
3. make -f MakefileNVCC all

in turn in each of HTKLib, HLMLib, HTKTools and HLMTools.
Having compiled one of the branches (CPU/MKL/NVCC), the
relevant HTK tools can be installed executing one of the following

1. make -f MakefileCPU install
2. make -f MakefileMKL install
3. make -f MakefileNVCC install

commands in both the HTKTools and HLMTools directories. By default HTK
tools will be installed in bin.cpu, bin.mkl or bin.gpu depending
on the branch.

Prior to compiling a new branch it is important to clean the distribution

1. make -f MakefileCPU clean
2. make -f MakefileMKL clean
3. make -f MakefileNVCC clean

HDecode
=======

If you are also building HDecode (available from the HTK website, under a
different licence from HTK), you will firstly need to unpack the HDecode
source code (in the same directory in which you unpacked the HTK
sources). Then follow the steps above for first building HTK, and then execute
the following command in HTKLVRec directory:

1. make -f MakefileCPU all
2. make -f MakefileCPU install

or

1. make -f MakefileMKL all
2. make -f MakefileMKL install

or

1. make -f MakefileNVCC all
2. make -f MakefileNVCC install

depending on whether HTK is compiled for CPU, CPU with MKL support or GPU.

4.测试是否安装正确时注意

得先将htk/bin.cpu添加到环境变量中    ------我安装的是cpu standard类型的
命令行输入

vim .bashrc

在最后一行添加

export PATH=$PATH:/home/lc/下载/htk/bin.cpu

然后回到命令行,输入

source .bashrc
使得改变生效

然后根据README里描述继续就行

Testing the Installation
========================
As an initial test of the installation please run the HTK demonstration
using the configuration file samples/HTKDemo/configs/monPlainM1S1.dcf.
There is a README file in the samples/HTKDemo directory that explains
the operation of the demonstration in detail but, in short, you need
to run the demonstration script passing it the configuration file
samples/HTKDemo/configs/monPlainM1S1.dcf as input.

测试截图

时间: 2024-12-23 08:36:29

ubuntu 14.04 64位安装HTK3.5的相关文章

ubuntu 14.04 64位安装iNodeClient

ubuntu 14.04 64位安装iNodeClieng(华三校园客服端) http://pan.baidu.com/s/12dpxk ubuntu 14.04 64bit Install H3C iNodeClient. http://pan.baidu.com/s/12dpxk

ubuntu 14.04 64位安装bigbluebutton

BigBlueButton 是一个使用 ActionScript 开发的在线视频会议系统或者是远程教育系统,主要功能包括在线PPT演示.视频交流和语音交流,还可以进行文字交流.举手发言等功能,特别适合用在网上教学,支持中文等多种语音. 官方首页 http://bigbluebutton.org/ 官方demo http://demo.bigbluebutton.org/ 现在BigBlueButton 1.0-beta 已经发布,这篇文章主要介绍0.9的安装 官方也有安装教程一样很详细,虽然是英

ubuntu 14.04 64位 安装Opencv3.1.0 (包含opencv_contrib模块)

写在前边: 据官方说法,目前还不是太稳定的算法模块都在opencv_contrib里边,由于不稳定,所以不能在release版本里发行,只有在稳定以后才会放进release里边.但是这里边有很多我们经常要用的算法,比如SIFT,SURF等(在xfeatures2d 模块里边).官网提供了说明,可以把opencv_contrib扩展模块添加编译到已安装的opencv3.0.0里边,也可以安装的时候直接把扩展模块编译进去一并安装. 1.依赖关系: GCC 4.4.x or later CMake 2

ubuntu 14.04 64位安装 深度截图

先安装deepin-ui,建议安装最新版本  http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-ui/ 再安装deepin-screenshot    http://packages.linuxdeepin.com/deepin/pool/main/d/deepin-screenshot/ ok

ubuntu 14.04 64位安装 lightworks (解决libtiff4依赖)

去这里下载lightworks:http://down.tech.sina.com.cn/page/61988.html 去这里下载libtiff4依赖包:http://security.ubuntu.com/ubuntu/pool/main/t/tiff/libtiff4_3.9.5-2ubuntu1.6_amd64.deb 或者/etc/apt/sources.list 文件中添加一行:deb http://security.ubuntu.com/ubuntu precise-securit

ubuntu 14.04 64位使用google官方android开发集成工具adt-64位无法使用adb

在使用ubuntu64位(14.04)时,下载来一个adt-bundle-linux-x86_64-20131030.zip,但是运行时报错: Android: Gradle: Execution failed for task Cannot run program android-studio/sdk/build-tools/android-4.2.2/aapt error=2, 没有那个文件或目录 使用aapt编译资源时报错, 提示找不到aapt这个命令, 可是在sdk中命名存在这个可执行文

ubuntu 12.04 64位 安装wps

1.去wps官网下载linux版的软件 http://community.wps.cn/download/ 我这里下载的是Alpha版的kingsoft-office_9.1.0.4280~a12p4_i386.deb 2.安装wps需要一些依赖包: libtiff.so.4 libpng12.so.0 libjpeg.so.62 用以下命令可以查看系统是否有它们: aptitude search libtiff 没有的话可以用以下命令安装: sudo apt-get install aptit

ubuntu 14.04 64 bit 安装 appium

由于appium 的运行权限问题,不能在sudo 下面运行,导致用apt-get 安装很不顺利,所以不得不另想办法,然后通过Google 找到解决方案. 一. Ubuntu 14.04 64bit的安装. 这个很简单,不用多说,网上下一个 Ubuntu14.04的image,刻录成光盘,或者制作一个U盘启动盘,一路next 安装即可. 二. Appium Server 的安装. 参考资料:https://coderwall.com/p/rcvkrq/install-nodejs-using-ho

Ubuntu 14.04 64位上安装wps office软件(转http://m.blog.csdn.net/blog/yhc13429826359/24179933)

废话少说,只给出方法供各位参考!wps for Linux版本已经有两三年没有大的动作,当然其他平台,比如windows,Android,ios上的wps效果还是很赞的说. 下面是我成功安装的步骤: 1.去官网下载alpha版本,千万不要下载beta版本,否则安装上去但是无法打开: http://community.wps.cn/download/ 我选择安装成功的是a12p4_i386.deb 包,wps目前只有32位版本,没有64位版本. 2.安装ia-32libs安装包,目的就是在64位系