
<?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>All My Brain &#187; cosine measure</title>
	<atom:link href="http://allmybrain.com/tag/cosine-measure/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Sat, 10 Jul 2010 17:08:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Similarity of texts: The Vector Space Model with Python</title>
		<link>http://allmybrain.com/2007/10/19/similarity-of-texts-the-vector-space-model-with-python/</link>
		<comments>http://allmybrain.com/2007/10/19/similarity-of-texts-the-vector-space-model-with-python/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 16:51:19 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[cosine measure]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[similarity]]></category>
		<category><![CDATA[text compare]]></category>
		<category><![CDATA[vector space model]]></category>

		<guid isPermaLink="false">http://allmybrain.com/2007/10/19/similarity-of-texts-the-vector-space-model-with-python/</guid>
		<description><![CDATA[I'm working on a little task that compares the similarity of text documents. One of the most common methods of doing this is called the Vector Space Model. In short, you map words from the documents you want to compare onto a vector that is based on the words found in all documents. Then, you [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2007/10/19/similarity-of-texts-the-vector-space-model-with-python/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
