<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Puneet Kalra &#187; Tutorials</title>
	<atom:link href="http://puneetk.com/category/tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://puneetk.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Mar 2012 04:04:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Basics of Java Speech Grammar Format ( JSGF )</title>
		<link>http://puneetk.com/basics-of-java-speech-grammar-format-jsgf</link>
		<comments>http://puneetk.com/basics-of-java-speech-grammar-format-jsgf#comments</comments>
		<pubDate>Thu, 11 Mar 2010 17:47:09 +0000</pubDate>
		<dc:creator>Puneet Kalra</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java Speech Grammar Format]]></category>
		<category><![CDATA[JSGF]]></category>
		<category><![CDATA[Speech Recognition]]></category>
		<category><![CDATA[Sphinx 4.0]]></category>

		<guid isPermaLink="false">http://puneetk.com/?p=300</guid>
		<description><![CDATA[Hello Everyone,
This post is my response to those 4 help requests that i received in last few days. This one is going to be very basic and essentials of Java Speech Grammar Format ( JSGF ).
Every single file defines a single grammar only. Each grammar contains two parts:
The grammar header and the grammar body.
Grammar header [...]]]></description>
		<wfw:commentRss>http://puneetk.com/basics-of-java-speech-grammar-format-jsgf/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Expanding Dictionary Of Acoustic Model</title>
		<link>http://puneetk.com/expanding-dictionary-of-acoustic-model</link>
		<comments>http://puneetk.com/expanding-dictionary-of-acoustic-model#comments</comments>
		<pubDate>Mon, 04 Jan 2010 15:45:08 +0000</pubDate>
		<dc:creator>Puneet Kalra</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Acoustic Model]]></category>
		<category><![CDATA[CMU]]></category>
		<category><![CDATA[Dictionary]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Speech Recognizer]]></category>
		<category><![CDATA[Sphinx 4.0]]></category>

		<guid isPermaLink="false">http://puneetk.com/?p=218</guid>
		<description><![CDATA[Hello Everyone,
Today I&#8217;m going to tell you how to expand dictionary of acoustic model for Sphinx4. In simple words, This tutorial will tell you how you can add more words in Sphinx&#8217;s words database (Dictionary) and let it recognize those words, which are not available in default acoustic models provided by CMU Sphinx. This tutorial [...]]]></description>
		<wfw:commentRss>http://puneetk.com/expanding-dictionary-of-acoustic-model/feed</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
		<item>
		<title>Sphinx 4.0 Video Tutorial ( High Quality )</title>
		<link>http://puneetk.com/sphinx-4-0-video-tutorial-high-quality</link>
		<comments>http://puneetk.com/sphinx-4-0-video-tutorial-high-quality#comments</comments>
		<pubDate>Fri, 30 Oct 2009 08:06:00 +0000</pubDate>
		<dc:creator>Puneet Kalra</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Speech]]></category>
		<category><![CDATA[Speech Recognizer]]></category>
		<category><![CDATA[Sphinx 4.0]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://puneetk.com/?p=180</guid>
		<description><![CDATA[Hello,
Here&#8217;s the same video tutorial but with higher video quality. For more info about the tutorial, please check the original post here.

Download Sphinx 4.0 Video Tutorial
File Details :
Name : Sphinx-Tutorial.avi
Size : 334 MBs
Duration : 26:14 Minutes
Dimensions : 1280 x 800
]]></description>
		<wfw:commentRss>http://puneetk.com/sphinx-4-0-video-tutorial-high-quality/feed</wfw:commentRss>
		<slash:comments>89</slash:comments>
		</item>
		<item>
		<title>Speech Recognizer In Java (Tutorial)</title>
		<link>http://puneetk.com/speech-recognizer-in-java-tutorial</link>
		<comments>http://puneetk.com/speech-recognizer-in-java-tutorial#comments</comments>
		<pubDate>Mon, 14 Sep 2009 11:07:41 +0000</pubDate>
		<dc:creator>Puneet Kalra</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSAPI]]></category>
		<category><![CDATA[Speech Recognizer]]></category>
		<category><![CDATA[Sphinx 4.0]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://puneetk.com/?p=135</guid>
		<description><![CDATA[Hello All,
This is my first video tutorial. This tutorial demonstrates how to make a speech recognizer in java using Sphinx.
Requirements to work according to the tutorial :
1 ) JDK 6 ( J2SE )
2 ) Eclipse SDK ( Im using Eclipse 3.4.0 )
3 ) Sphinx 4.0
4 ) JSAPI ( Included in Sphinx 4.0 )
Tutorial is divided [...]]]></description>
		<wfw:commentRss>http://puneetk.com/speech-recognizer-in-java-tutorial/feed</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
	</channel>
</rss>

