Hidden Markov Toolkit (HTK) Installation

Slides:



Advertisements
Similar presentations
Litmus Learning Primer tests
Advertisements

Presentation Heading – font Arial
Java Programming Working with TextPad. Using TextPad to Work with Java This text editor is designed for working with Java You can download a trial version.
Working with Giano Richard Neil Pittman Microsoft Research.
Tutorial 1 Introduction to Java Programming Bo Chen Department of Computer Science.
Update the PATH variable Trying to run the command: “javac Ex1.java” you’ve may encountered the error: “javac is not recognized as internal or external.
© 2010 IBM Corporation IBM Experience Modeler - Theme Editor Installing Python Image Library Presenter’s Name - Presenter’s Title DD Month Year.
How to install CGAL Yuanzhen Wang. What is CGAL Computational Geometry Algorithms Library “Provide easy access to efficient and reliable geometric algorithms.
1 Mapping a Drive on the USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area.
1b – Inside Visual Studio Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Tutorial on Visual Studio express Introduction Visual Studio Express Editions are a new line of Microsoft development Tools. This line of products.
1 ENG236: ENG236: C++ Programming Environment (2) Rocky K. C. Chang THE HONG KONG POLYTECHNIC UNIVERSITY.
Streaming Twitter. Install pycurl library Use a lab computer From the course website Download the links from pycurl and twitter streamer Extract site-packages.zip,
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
C O M P U T E R G R A P H I C S Jie chen Computer graphic -- OpenGL Howto.
2001 by Jim X. Chen: Professor Jim X. Chen Department of Computer Science George Mason University Fairfax, VA
How to Install ITK ? (Insight Segmentation and Registration Toolkit) Prepared by: Hussain Rahman MS (CS) 1 st semester Supervised.
QT - a C++ based GUI QT’s Designer and Assistant.
Navigation and Ancillary Information Facility NIF Preparing for Programming Using the SPICE Toolkit January 2009.
How to Tag a Corpus Using Stanford Tagger. Accuracy All tokens: 97.32% Unknown words: 90.79%
Java and C# [this is a bonus – it is not a required lesson] ACO101: Introduction to Computer Science.
( ) 1 ISYE 7210—Fall 2005 Design of Real-Time Interactive Simulations (in Java) Initial Notes Christine M. Mitchell Director & Professor Center for.
COP 3330 Notes 1/12. Today's topics Downloading Java and Eclipse Hello World Basic control structures Basic I/O Strings.
Doing Snippets in.NET Tuc Goodwin February Agenda What is a “snippet”? Where do I find Snippets? How do I use snippets? Demo How do I create a snippet?
Installing CompuCell3D from source Maciej Swat Biocomplexity Institute, Indiana University.
Hidden Markov Toolkit (HTK) Installation Fang-Hui Chu Department of Computer Science & Information Engineering National Taiwan Normal University.
Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.
Navigation and Ancillary Information Facility NIF Preparing for Programming Using the SPICE Toolkit January 2008.
Using Microsoft Visual Studio C++ Express 2005 Name: Dr Ju Wang Ashwin Belle Course Resource:
Proxy Installer for Windows Squid: Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response.
Installing the RETSINA AFC SDK on Windows 2000 Preferable System Requirements Software Dependencies Installation Procedure Joseph Giampapa MSEC Fall.
How to create and install packages in R Presenter: Roman Jandarov
DOS and the Command Line CS 21a: Introduction to Computing I Department of Information Systems and Computer Science Ateneo de Manila University.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
DOS and the Command Line CS 21a: Introduction to Computing I First Semester,
Java Programming, Second Edition Appendix A Working with Java SDK 1.4.
Installing MySQL BCIS 3680 Enterprise Programming.
Compiling a Native C++ Program on the Command Line #define #include.
1 How to Install OpenGL u Software running under Microsoft Windows makes extensive use of "dynamic link libraries." A dynamic link library (DLL) is a set.
1 Installing Java on Your PC. Installing Java To develop Java programs on your PC: Install JDK (Java Development Kit) Add the directory where JDK was.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Open project in Microsoft Visual Studio → build program in “Release” mode.
Java On the ENB 116 Computers The JDK is now available on the ENB 116 computers. You can use a classroom computer rather than your own laptop or CIRCE.
1 Mapping a Drive on a USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area network,
Windows Installation Tutorial NASA ARSET For Python help, contact: Justin Roberts-Pierel
Downloading a Visual C compilers (try it yourself at home) Visual Studio 2012 can be found at:
Tutorial for Modelsim 1 Installation Download the Modelsim Student Edition: Follow the.
Optical Flow walk through Aidean Sharghi Spring 14.
 CSC 215 : Procedural Programming with C C Compilers.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
HOW TO FIX MSVCR100. DLL IS MISSING ERROR? missing-error.
How To Silent-Install The AVG Antivirus 2017 Using The DOS Command.
CSC 215 : Procedural Programming with C
Presentation Heading – font Arial
How to Run Xamarin Studio in Class
How to fix “OMCDetect” error while using OverDrive for Windows 8 and 7
COMP 170 – Introduction to Object Oriented Programming
ASP.NET and IIS – Windows 7, 8, 10 Marie SHAH 01/12/2016.
Step 1: Download R and install R:
How to build 3D Slicer for Windows
CMPE 152: Compiler Design ANTLR 4 and C++
N8262A P-Series Modular Power Meter Firmware Upgrade Process
1. Open Visual Studio 2008.
Run Java file with Window cmd
MADE IN USA KEY QUOTE TOOL.
Yung-Hsiang Lu Purdue University
Windows Installation Tutorial
The Role of Command Line Compiler (csc.exe)
How TO Repair And Open Corrupted Zip File? The Detailed Recovery Process.. By Vertika Jain.
Development Environment Setup
Presentation transcript:

Hidden Markov Toolkit (HTK) Installation Fang-Hui Chu Department of Computer Science & Information Engineering National Taiwan Normal University

HTK (Hidden Markov Model Toolkit) Website: http://htk.eng.cam.ac.uk/

How to get HTK? Registration http://htk.eng.cam.ac.uk/register.shtml

How to get HTK? Download HTK http://htk.eng.cam.ac.uk/download.shtml

Compiling & Installing HTK under Windows Prerequisites: Ensure that your PATH contains C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin Or if you are using older versions: C:\Program Files\Microsoft Visual Studio\VC98\bin

Compiling & Installing HTK under Windows Compilation: 1. Unpack the HTK sources using winzip 2. Open a DOS command window: Click Start, select Run type cmd at the prompt and click OK 3. cd into the directory in which you unpacked the sources 4. cd into the htk directory. Type: cd htk-3.3 5. Create a directory for the library and tools. Type: mkdir bin.win32

Compiling & Installing HTK under Windows Compilation: 6. Run VCVARS32 (it should be in your path, see prerequisites above) vcvars32

Compiling & Installing HTK under Windows Compilation: 7. Build the HTK Library, which provides the common functionality used by the HTK Tools. Enter the following commands: cd HTKLib nmake /f htk_htklib_nt.mkf all cd ..

Compiling & Installing HTK under Windows Compilation: Build the HTK Tools cd HTKTools nmake /f htk_htktools_nt.mkf all cd .. cd HLMLib nmake /f htk_hlmlib_nt.mkf all cd HLMTools nmake /f htk_hlmtools_nt.mkf all

Compiling & Installing HTK under Windows Installation: The HTK tools have now been built and are in the bin.win32 directory You should add this directory to your PATH, so that you can run them easily from the command line in future