Running the Dialogue File
- Yavneeka Patel
- Apr 2, 2015
- 1 min read
So Sphinx gives a few demo files to let you see what the capabilities of Sphinx's speech recognition software is.
The one most relevent to me is the dialogue file. The code basically lets you choose from three options: digits, bank account, and weather. Digits just spits out random numbers at you. Bank account allows you to ask for deposit or withdrawal, and does the action with a random number. Weather forecast gives back possible weather combinations.
To run the program:
-Right click on the file, select "Run As", "Run Configurations"

-Select the proper project and main class through the browse button, and then select "Run".


The file should run with a lot of scary red stuff at the top. The menu item shows up next, and when you say the menu item, the output for that selection pops up in the console.

Recent Posts
See AllSo we've made it to the very end. Through all the ups and downs and we're all still standing. It was an amazing semester and I made some...
/** *Java Speech Grammar Format (JSGF) file *This file holds all the words that the program will recognize **/...
/* * Copyright 2013 Carnegie Mellon University. * Portions Copyright 2004 Sun Microsystems, Inc. * Portions Copyright 2004 Mitsubishi...
Comments