<?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: Generating pseudo random text with Markov chains using Python</title>
	<atom:link href="http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/</link>
	<description>Building Amazing Webapps</description>
	<lastBuildDate>Sat, 13 Mar 2010 00:26:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lagerkoller's soup</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-4017</link>
		<dc:creator>lagerkoller's soup</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-4017</guid>
		<description>&lt;p&gt;&lt;strong&gt;Generating pseudo random text with Markov chains using Python — The Usware Blog - Django Web Development...&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><strong>Generating pseudo random text with Markov chains using Python — The Usware Blog &#8211; Django Web Development&#8230;</strong></p>

<p>&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Python Markov Chains and how to use them &#124; Evan Fosmark</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-2847</link>
		<dc:creator>Python Markov Chains and how to use them &#124; Evan Fosmark</dc:creator>
		<pubDate>Thu, 05 Nov 2009 02:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-2847</guid>
		<description>&lt;p&gt;[...] and implementing the Markov chain algorithm for text generation in Python. There were a few different implementations already available, but they all seemed a bit gimpy. The solution I wrote up aims to be able to [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] and implementing the Markov chain algorithm for text generation in Python. There were a few different implementations already available, but they all seemed a bit gimpy. The solution I wrote up aims to be able to [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: brian metz</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-2075</link>
		<dc:creator>brian metz</dc:creator>
		<pubDate>Tue, 18 Aug 2009 21:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-2075</guid>
		<description>&lt;p&gt;do you remember a program from waaaaay back called &quot;text mangler&quot;?  it used markov chains (i guess), and it was almost creepy how the sentences came out.  it was hours of pointless and amazing fun... i haven&#039;t been able to get the same results with all the other newer generators... thanks for this - i&#039;m going to get all texty with this tonight!!!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>do you remember a program from waaaaay back called &#8220;text mangler&#8221;?  it used markov chains (i guess), and it was almost creepy how the sentences came out.  it was hours of pointless and amazing fun&#8230; i haven&#8217;t been able to get the same results with all the other newer generators&#8230; thanks for this &#8211; i&#8217;m going to get all texty with this tonight!!!!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django Web Development &#171; Foo = Bar</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-1989</link>
		<dc:creator>Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django Web Development &#171; Foo = Bar</dc:creator>
		<pubDate>Sun, 26 Jul 2009 19:52:34 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-1989</guid>
		<description>&lt;p&gt;[...] Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django Web&#160;Development  Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django.... [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django Web&nbsp;Development  Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django&#8230;. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sonu</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-1983</link>
		<dc:creator>sonu</dc:creator>
		<pubDate>Wed, 22 Jul 2009 12:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-1983</guid>
		<description>&lt;p&gt;Markov chain has been the collection of random variables ,it is also used to generate gibberish ,actually markov chain depends on the present and future.It has the only one who can make a possible word of future.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Markov chain has been the collection of random variables ,it is also used to generate gibberish ,actually markov chain depends on the present and future.It has the only one who can make a possible word of future.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paddy3118</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-1868</link>
		<dc:creator>Paddy3118</dc:creator>
		<pubDate>Wed, 24 Jun 2009 19:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-1868</guid>
		<description>&lt;p&gt;Thanks, I missed that!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, I missed that!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: shabda</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-1865</link>
		<dc:creator>shabda</dc:creator>
		<pubDate>Wed, 24 Jun 2009 13:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-1865</guid>
		<description>&lt;p&gt;Paddy: The words are added to the list the number of times they appear. For example, a key might be&lt;/p&gt;

&lt;p&gt;(&#039;milk&#039;, &#039;honey&#039;):[&#039;story&#039;, &#039;book&#039;, &#039;book&#039;],
........&lt;/p&gt;

&lt;p&gt;When you do a random.choice, book has twice the probability of story, hence it is frequency weighted.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Paddy: The words are added to the list the number of times they appear. For example, a key might be</p>

<p>(&#8216;milk&#8217;, &#8216;honey&#8217;):['story', 'book', 'book'],
&#8230;&#8230;..</p>

<p>When you do a random.choice, book has twice the probability of story, hence it is frequency weighted.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: A Drop In The Stream &#8250; links for 2009-06-23</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-1863</link>
		<dc:creator>A Drop In The Stream &#8250; links for 2009-06-23</dc:creator>
		<pubDate>Wed, 24 Jun 2009 04:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-1863</guid>
		<description>&lt;p&gt;[...] Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django... Simple demo script with an easy to understand explanation of Markov Chains. (tags: python probability math programming statistics markov)     This was written by doug. Posted on Tuesday, June 23, 2009, at 9:05 pm. Filed under del.icio.us Links. Bookmark the permalink. Follow comments here with the RSS feed. Post a comment or leave a trackback. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django&#8230; Simple demo script with an easy to understand explanation of Markov Chains. (tags: python probability math programming statistics markov)     This was written by doug. Posted on Tuesday, June 23, 2009, at 9:05 pm. Filed under del.icio.us Links. Bookmark the permalink. Follow comments here with the RSS feed. Post a comment or leave a trackback. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paddy3118</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-1861</link>
		<dc:creator>Paddy3118</dc:creator>
		<pubDate>Tue, 23 Jun 2009 21:17:03 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-1861</guid>
		<description>&lt;p&gt;You don&#039;t seem to use the relative frequenccy of next words to weight the random choice?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paddy.&lt;/li&gt;
&lt;/ul&gt;
</description>
		<content:encoded><![CDATA[<p>You don&#8217;t seem to use the relative frequenccy of next words to weight the random choice?</p>

<ul>
<li>Paddy.</li>
</ul>]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-18 &#171; Where is my towel?</title>
		<link>http://uswaretech.com/blog/2009/06/pseudo-random-text-markov-chains-python/comment-page-1/#comment-1849</link>
		<dc:creator>links for 2009-06-18 &#171; Where is my towel?</dc:creator>
		<pubDate>Thu, 18 Jun 2009 07:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://uswaretech.com/blog/?p=536#comment-1849</guid>
		<description>&lt;p&gt;[...] Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django... Markov chain is a stochastic process with markov property … [Which means] state changes are probabilistic, and future state depend on current state only. (tags: markov statistics texts) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Generating pseudo random text with Markov chains using Python — The Uswaretech Blog &#8211; Django&#8230; Markov chain is a stochastic process with markov property … [Which means] state changes are probabilistic, and future state depend on current state only. (tags: markov statistics texts) [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
