Installing SPHINX by: COLLEGE OF ART & SCIENCE UNIVERSITI UTARA MALAYSIA STIW5023 ADVANCED PROGRAMMING.

Slides:



Advertisements
Similar presentations
COP 3530 JDK Environment Variables. COP 3530 JDK Environment Variables Environment Variables Environment variables are a set of dynamic values that can.
Advertisements

Open Content – Free Tutorial Final Project (Phase I) You are asked to Download and install CMU Sphinx “Open Source Toolkit for Speech.
ANT: Another Nice Tool Ali Beyad October 1, 2003.
ANT: Another Nice Tool Ali Beyad October 1, 2003.
RELAIS Installation Monica Scannapieco – Luca Valentino (ISTAT – Software Development Service) Training on the job in Record linkage, Central Statistical.
MC365 Ant. Today We Will Cover: Overview of Ant Installing Ant Using the Ant command line tool Various Ant commands available Using Ant in Eclipse.
Installing JDK and Tomcat Vijayan Sugumaran Department of DIS Oakland University.
Installing JDK and Tomcat Vijayan Sugumaran Department of DIS Oakland University.
1 Ant – Another Neat Tool Representation and Management of Data on the Internet.
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Go to the link ( as shown, then choose downloads.
Scite Scintilla integrated text editor. Click here.
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
Eclipse Introduction Dwight Deugo Nesa Matic
Tutorial 1 Introduction to Java Programming Bo Chen Department of Computer Science.
How to install Java CSC 2310 D M Rasanjalee. Steps 1.Download Java 2.Install Java 3.Update Path environmental variable 4.Verify Installation.
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.
SERVLETS.
Installing Tomcat on Windows  You may find the Tomcat install shield has some problems recognizing JSDK 1.4 beta installations.  You.
ProSense BELGRADE Deploying SunSPOT SDK and Emulator on your Desktop or Laptop Computer Author: Stanislava Stanković, B.Sc. student of the School of Electrical.
Installing DSpace on Window Bharat M. Chaudhari School of Petroleum Management, PANDIT DEENDAYAL PETROLEUM UNIVERSIRY, GANDHINAGAR
Using Opal to deploy a real scientific application as a Web service Sriram Krishnan
IPT2 user interface customization and locale translation Alan Yang, Kun Chi Lai, Jim Hsu Biodiversity Research Center, Academia Sinica.
ATG Environment Setup In this session you will learn – Setting Up ATG environment – Creating new ATG application – Configuring Data Source – Configuring.
Basic Setup Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
JAVA Java is a programming language and computing platform first released by Sun Microsystems in It was first developed by James Gosling at Sun Microsystems,
Using Opal to deploy a real scientific application as a Web service Sriram Krishnan, Ph.D.
Labs 1.1: Mensaje. Step 1: Get Started Login: – Username: nombre/cc5212 – Password on board – C:/Program.
Servlets Database Access. Agenda:  Setup Java Environment  Install Database  Install Database Drivers  Create Table and add records  Accessing a.
COP 3330 Notes 1/12. Today's topics Downloading Java and Eclipse Hello World Basic control structures Basic I/O Strings.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
GumTree Development Environment Setup Windows Only Compatible with Eclipse 3.2 M3 (Last update: 16/11/05)
Ant & Jar Ant – Java-based build tool Jar – pkzip archive, that contains metadata (a manifest file) that the JRE understands.
Test Automation For Web-Based Applications Portnov Computer School Presenter: Ellie Skobel.
Welcome to java installation. After download java software, assuming you downloaded jdk1.7.0_11 Follow the procedure bellow to install java.
Using Macros in Minitab
How to create and install packages in R Presenter: Roman Jandarov
CODELABOR Shin Sang Jae Template Guide (codelabor-flex-lcds-template)
Installing JDK Vijayan Sugumaran Department of DIS Oakland University.
Tool Install How to download & install Java 6 & Eclipse updated version based on Dr. G. L. Ray’s slides.
1 Compiler Construction (CS-636) Muhammad Bilal Bashir UIIT, Rawalpindi.
PROPOSAL : The Use of Voice Command in Operating Personal Computer By : COLLEGE OF ART & SCIENCE UNIVERSITI UTARA MALAYSIA STIW5023 ADVANCED PROGRAMMING.
Enabling Grids for E-sciencE Software installation and setup Viet Tran Institute of Informatics Slovakia.
Set up environment for mapreduce developing on Hadoop.
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) Installing the Software ICU Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences University of Hawaii Honolulu.
Required Tools Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
Open project in Microsoft Visual Studio → build program in “Release” mode.
® IBM Software Group © 2006 IBM Corporation Rational Asset Manager v7.2 Using Scripting Tutorial for using command line and scripting using Ant Tasks Carlos.
Installing RandoNode Starter Kit OPEN Development Conference September 17, 2008 Kasi Perumal Consultant.
Agya Adueni. Hardware  The machine featured in this tutorial is a Dell Dimension 8200 with 512mb of RAM and a P4 1.8GHz processor.  It ran Fedora Core.
Settings MySQL Database and JDBC configuration Instructor: Sergey Goldman.
INTERNET APPLICATIONS CPIT405 Install a web server and analyze packets.
박 유 진.  IDE(Integrate Development Environment)  ECLIPSE Consortium  IBM, RedHat, METANT, QNX Software System etc…  Open Source Platform  Based JAVA.
Using Opal to deploy a real scientific application as a Web service Sriram Krishnan, Ph.D.
CS 201 Lecture 1 (b) Using an IDE Tarik Booker CS 201: Introduction to Programming California State University, Los Angeles.
Required Tools Copyright © 2005 Liferay, LLC All Rights Reserved. No material may be reproduced electronically or in print without written permission from.
CACI Proprietary Information | Date 1 Upgrading to webMethods Product Suite Name: Semarria Rosemond Title: Systems Analyst, Lead Date: December 8,
Day 1 Session 2. Setup & Installation
CLOUD
Installing Java on a Home machine
Certification Exam Processes
SEEM4570 Tutorial 1:Software Installation
NAnt Build Tool CSE784 : ProjectCentralNet Prof : Dr. Jim Fawcett
Download TPL.zip to some directory
Installing Java on a Home machine
J2EE Application Development
Summary: steps for Project 0 submission
CS115 HOW TO INSTALL THE JAVA DEVELOPMENT KIT (JDK)
Summary: steps for Project 0 submission
Presentation transcript:

Installing SPHINX by: COLLEGE OF ART & SCIENCE UNIVERSITI UTARA MALAYSIA STIW5023 ADVANCED PROGRAMMING

:: Step SPHINX download required files

:: Step SPHINX JDK installation

:: Step SPHINX JDK successfully installed

:: Step SPHINX extract ‘ant’ into c:\ant

:: Step SPHINX extract ‘sphinx’ into c:\sphinx

:: Step SPHINX extracted contents of sphinx

:: Step SPHINX launch command prompt

:: Step SPHINX setup the environment variable Add the bin directory to your path: Path = %path%;c:\ant\bin;%JAVA_HOME%\bin Set the ANT_HOME environment variable: Set ANT_HOME = c:\ant Set the JAVA_HOME environment variable. This should be set to the directory where your JDK is installed: Set JAVA_HOME = C:\Program Files\Java\jdk1.6.0_18

:: Step SPHINX test path

optional:: Step SPHINX environment variable could be set permanently under system properties if the setting is not properly set, there will an error later on. as for an example::  Like tools.jar missing  Cannot found Java

:: Step SPHINX test ‘ant’ ‘ant’ is working Buildfile: build.xml does not exist! the message means that we have to write an individual buildfilefor our project.

:: Step SPHINX setup jsapi

:: Step SPHINX setup jsapi

:: Step SPHINX test SPHINX either it’s running or instead

:: Step SPHINX if there is a problem, the possibility is on input option. use sound recorder utility to verify our input capability.

thank you