<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Expanding Dictionary Of Acoustic Model</title>
	<atom:link href="http://puneetk.com/expanding-dictionary-of-acoustic-model/feed" rel="self" type="application/rss+xml" />
	<link>http://puneetk.com/expanding-dictionary-of-acoustic-model</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 05:08:52 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Acs</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-2#comment-7693</link>
		<dc:creator>Acs</dc:creator>
		<pubDate>Thu, 29 Mar 2012 08:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-7693</guid>
		<description>Hi Puneet!
I am working on speech recognition and using Sphinx 4, i am trying to execute system commands like running an exe file using voice command. I read out d specifications of Sphinx and can now run Hello World Demo effectively. But still i am unable to add new words to it. For e.g. I want to add Open and Close commands to grammer, I edited d gram file for same but my prog still printing words from good morning &#124; hello etc those were specfied in prev .gram file. I read smwhr that it can be done wid Apache Ant, but i am unable to figure out how to do so..? Please Help !!</description>
		<content:encoded><![CDATA[<p>Hi Puneet!<br />
I am working on speech recognition and using Sphinx 4, i am trying to execute system commands like running an exe file using voice command. I read out d specifications of Sphinx and can now run Hello World Demo effectively. But still i am unable to add new words to it. For e.g. I want to add Open and Close commands to grammer, I edited d gram file for same but my prog still printing words from good morning | hello etc those were specfied in prev .gram file. I read smwhr that it can be done wid Apache Ant, but i am unable to figure out how to do so..? Please Help !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niphin</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-2#comment-7411</link>
		<dc:creator>Niphin</dc:creator>
		<pubDate>Mon, 06 Feb 2012 11:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-7411</guid>
		<description>Thanx for your marvelous guidelines. I did expanded my acoustic model to recognize extra words. But my problem is that i cant run the project. the displayed errors are:

Exception in thread &quot;main&quot; java.lang.NullPointerException
	at edu.cmu.sphinx.util.props.SaxLoader.load(SaxLoader.java:74)
	at edu.cmu.sphinx.util.props.ConfigurationManager.(ConfigurationManager.java:58)
	at edu.cmu.sphinx.demo.helloworld.HelloWorld.main(HelloWorld.java:33)


I didn&#039;t included the HelloWorld.jar in sphinx library,If I did the application only recognizes the words &#039;hello will&#039; etc as in the demo. Please help me with this its very important for my academics</description>
		<content:encoded><![CDATA[<p>Thanx for your marvelous guidelines. I did expanded my acoustic model to recognize extra words. But my problem is that i cant run the project. the displayed errors are:</p>
<p>Exception in thread &#8220;main&#8221; java.lang.NullPointerException<br />
	at edu.cmu.sphinx.util.props.SaxLoader.load(SaxLoader.java:74)<br />
	at edu.cmu.sphinx.util.props.ConfigurationManager.(ConfigurationManager.java:58)<br />
	at edu.cmu.sphinx.demo.helloworld.HelloWorld.main(HelloWorld.java:33)</p>
<p>I didn&#8217;t included the HelloWorld.jar in sphinx library,If I did the application only recognizes the words &#8216;hello will&#8217; etc as in the demo. Please help me with this its very important for my academics</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sravani</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-2#comment-7391</link>
		<dc:creator>sravani</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-7391</guid>
		<description>hi sir

can u please tell us how to add extra words in gram file which already added to the dict file?? even after adding these words in gram file while running the class file of demo program we are getting exception 

java.lang.NoClassDefFoundError: HelloWorld/edu/cmu/sphinx/demo/helloworld/HelloWorld (wrong name: edu/cmu/sphinx/demo/helloworld/HelloWorld)
	at java.lang.ClassLoader.defineClass1(Native Method)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.access$000(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Exception in thread &quot;main&quot; .

can u please solve our prob sir???</description>
		<content:encoded><![CDATA[<p>hi sir</p>
<p>can u please tell us how to add extra words in gram file which already added to the dict file?? even after adding these words in gram file while running the class file of demo program we are getting exception </p>
<p>java.lang.NoClassDefFoundError: HelloWorld/edu/cmu/sphinx/demo/helloworld/HelloWorld (wrong name: edu/cmu/sphinx/demo/helloworld/HelloWorld)<br />
	at java.lang.ClassLoader.defineClass1(Native Method)<br />
	at java.lang.ClassLoader.defineClass(Unknown Source)<br />
	at java.security.SecureClassLoader.defineClass(Unknown Source)<br />
	at java.net.URLClassLoader.defineClass(Unknown Source)<br />
	at java.net.URLClassLoader.access$000(Unknown Source)<br />
	at java.net.URLClassLoader$1.run(Unknown Source)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at java.net.URLClassLoader.findClass(Unknown Source)<br />
	at java.lang.ClassLoader.loadClass(Unknown Source)<br />
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)<br />
	at java.lang.ClassLoader.loadClass(Unknown Source)<br />
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)<br />
Exception in thread &#8220;main&#8221; .</p>
<p>can u please solve our prob sir???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abubakkar</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-2#comment-7320</link>
		<dc:creator>Abubakkar</dc:creator>
		<pubDate>Mon, 16 Jan 2012 08:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-7320</guid>
		<description>How should i make sphinx4 recognise all the english words????</description>
		<content:encoded><![CDATA[<p>How should i make sphinx4 recognise all the english words????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wiktor</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-2#comment-7235</link>
		<dc:creator>Wiktor</dc:creator>
		<pubDate>Tue, 27 Dec 2011 13:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-7235</guid>
		<description>Hi, is there any possibility to make Sphinx ignore words which are unknown to the Dictionary, so I can ommit Warnings like this: 

14:37:14.732 WARNING dictionary        Missing word: &amp;
14:37:14.732 WARNING jsgfGrammar       Can&#039;t find pronunciation for &amp;
14:37:14.732 WARNING dictionary        Missing word: tammi
14:37:14.732 WARNING jsgfGrammar       Can&#039;t find pronunciation for Tammi
14:37:14.733 WARNING dictionary        Missing word: -

I just want to play dynamically addes mp3s by titles, so Sphinx should recognize spoken track-titles even if some parts of them are ignored (titles usually differ enough). Thanks for help</description>
		<content:encoded><![CDATA[<p>Hi, is there any possibility to make Sphinx ignore words which are unknown to the Dictionary, so I can ommit Warnings like this: </p>
<p>14:37:14.732 WARNING dictionary        Missing word: &amp;<br />
14:37:14.732 WARNING jsgfGrammar       Can&#8217;t find pronunciation for &amp;<br />
14:37:14.732 WARNING dictionary        Missing word: tammi<br />
14:37:14.732 WARNING jsgfGrammar       Can&#8217;t find pronunciation for Tammi<br />
14:37:14.733 WARNING dictionary        Missing word: -</p>
<p>I just want to play dynamically addes mp3s by titles, so Sphinx should recognize spoken track-titles even if some parts of them are ignored (titles usually differ enough). Thanks for help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devender</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-1#comment-7229</link>
		<dc:creator>Devender</dc:creator>
		<pubDate>Mon, 26 Dec 2011 03:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-7229</guid>
		<description>Dear Puneet thks a lot for your tutorial.

I want to expand this dictionary of acoustic model for regional Indian language(Gujarati). what i have to do for that??

plz guide</description>
		<content:encoded><![CDATA[<p>Dear Puneet thks a lot for your tutorial.</p>
<p>I want to expand this dictionary of acoustic model for regional Indian language(Gujarati). what i have to do for that??</p>
<p>plz guide</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mar</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-1#comment-6728</link>
		<dc:creator>Mar</dc:creator>
		<pubDate>Fri, 28 Oct 2011 11:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-6728</guid>
		<description>Hello, 
I was wondering the same you previously asked, Ashish. Maybe you&#039;ve got the answers now and you can help me.

Is it possible to make sphinx recognize all the words from its vocabulary without including them in the grammar?

Or if I have always to use a grammar then  how can I make the grammar to recognize eveything a user says (all the words in my dictionary)?

I&#039;m using a spanish acoustic model with Sphinx, but it only recognizes what it is on my gram archive.

Thanks for your help!
Mar</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I was wondering the same you previously asked, Ashish. Maybe you&#8217;ve got the answers now and you can help me.</p>
<p>Is it possible to make sphinx recognize all the words from its vocabulary without including them in the grammar?</p>
<p>Or if I have always to use a grammar then  how can I make the grammar to recognize eveything a user says (all the words in my dictionary)?</p>
<p>I&#8217;m using a spanish acoustic model with Sphinx, but it only recognizes what it is on my gram archive.</p>
<p>Thanks for your help!<br />
Mar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raju</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-1#comment-6530</link>
		<dc:creator>raju</dc:creator>
		<pubDate>Sat, 10 Sep 2011 06:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-6530</guid>
		<description>hai puneet,
u done a awesome job,
ur website tutorials are very useful to me....

In Acoustic Model ,i made changes with some city names in &quot;cmudict.0.6d&quot; file....what u have told in part 1 and 2..till now ok..
but i cant understand..how it(cmudict.0.6d) would be run...</description>
		<content:encoded><![CDATA[<p>hai puneet,<br />
u done a awesome job,<br />
ur website tutorials are very useful to me&#8230;.</p>
<p>In Acoustic Model ,i made changes with some city names in &#8220;cmudict.0.6d&#8221; file&#8230;.what u have told in part 1 and 2..till now ok..<br />
but i cant understand..how it(cmudict.0.6d) would be run&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Khadpe</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-1#comment-6229</link>
		<dc:creator>Ashish Khadpe</dc:creator>
		<pubDate>Sun, 12 Jun 2011 15:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-6229</guid>
		<description>You can view video tutorial of steps at http://www.youtube.com/watch?v=7YdE-VpVchw

For more details please refer
http://myknowledge-killer.blogspot.com/2011/06/expanding-dictionary-of-acoustic-model.html</description>
		<content:encoded><![CDATA[<p>You can view video tutorial of steps at <a href="http://www.youtube.com/watch?v=7YdE-VpVchw" rel="nofollow">http://www.youtube.com/watch?v=7YdE-VpVchw</a></p>
<p>For more details please refer<br />
<a href="http://myknowledge-killer.blogspot.com/2011/06/expanding-dictionary-of-acoustic-model.html" rel="nofollow">http://myknowledge-killer.blogspot.com/2011/06/expanding-dictionary-of-acoustic-model.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Puneet Kalra</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model/comment-page-1#comment-6210</link>
		<dc:creator>Puneet Kalra</dc:creator>
		<pubDate>Sun, 05 Jun 2011 19:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://puneetk.com/?p=218#comment-6210</guid>
		<description>Hey Ashish,

Thanks for reply, 
I believe it will not be as simple as you have mentioned. You will be interacting with 3rd party application for that and OS will also play major role here. Simply opening or redirection will not be enough as opening it every time in new window will look make it messy. So basically you will have to gain control over the &quot;Web browser&quot; no matter which one you are going to use. That can be done through processes or using their specific API.

Hope that works ! :)
~ Puneet Kalra</description>
		<content:encoded><![CDATA[<p>Hey Ashish,</p>
<p>Thanks for reply,<br />
I believe it will not be as simple as you have mentioned. You will be interacting with 3rd party application for that and OS will also play major role here. Simply opening or redirection will not be enough as opening it every time in new window will look make it messy. So basically you will have to gain control over the &#8220;Web browser&#8221; no matter which one you are going to use. That can be done through processes or using their specific API.</p>
<p>Hope that works ! <img src='http://puneetk.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
~ Puneet Kalra</p>
]]></content:encoded>
	</item>
</channel>
</rss>

