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

Slides:



Advertisements
Similar presentations
Presentation Heading – font Arial
Advertisements

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.
Microprocessor Simulation
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
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.
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.
Julie McEnery1 Installing the ScienceTools The release manager automatically compiles each release of the Science Tools, it creates a set of wrapper scripts.
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,
Dr. Thomas E. Hicks Trinity University Computer Science.
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.
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:
Welcome to java installation. After download java software, assuming you downloaded jdk1.7.0_11 Follow the procedure bellow to install java.
Introduction to Web Services. Examples Using a Web Service Creating a new Web Service.
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.
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.
The Development Process Compilation. Compilation - Dr. Craig A. Struble 2 Programming Process Problem Solving Phase We will spend significant time on.
How to Fix Binkw32.dll Error
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,
DHIS2 Live on Windows laptops/desktops (NOT for production servers!!)
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.
CS 120 Extra: The CS1 Server Tarik Booker CS 120.
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 fix “OMCDetect” error while using OverDrive for Windows 8 and 7
ASP.NET and IIS – Windows 7, 8, 10 Marie SHAH 01/12/2016.
Perl A simple test.
Software Development Jar Files for Applications and Libraries
CMPE 152: Compiler Design ANTLR 4 and C++
N8262A P-Series Modular Power Meter Firmware Upgrade Process
Run Java file with Window cmd
Cordova & Cordova Plugin Installation and Management
MADE IN USA KEY QUOTE TOOL.
Yung-Hsiang Lu Purdue University
Windows Installation Tutorial
Hidden Markov Toolkit (HTK) Installation
How TO Repair And Open Corrupted Zip File? The Detailed Recovery Process.. By Vertika Jain.
Presentation transcript:

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

2 HTK (Hidden Markov Model Toolkit) Website:

3 How to get HTK? Registration –

4 How to get HTK? Download HTK –

5 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

6 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 Create a directory for the library and tools. Type: mkdir bin.win32

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

8 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..

9 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.. cd HLMTools nmake /f htk_hlmtools_nt.mkf all cd..

10 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