<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>brain of mat kelcey</title>
    <link>http://matpalm.com/blog</link>
    <description>thoughts from a data scientist wannabe</description>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>mongodb + twitter + yahoo term extractor = fun!</title>
      <link>http://matpalm.com/blog/2010/03/07/mongodb-twitter-yahoo-term-extractor-fun/</link>
      <category><![CDATA[term extraction]]></category>
      <category><![CDATA[mongodb]]></category>
      <category><![CDATA[twitter]]></category>
      <category><![CDATA[json]]></category>
      <category><![CDATA[yahoo]]></category>
      <guid>http://matpalm.com/blog/?p=325</guid>
      <description>mongodb + twitter + yahoo term extractor = fun!</description>
      <content:encoded><![CDATA[<p>ran a little experiment in using <a href="http://developer.yahoo.com/search/content/V1/termExtraction.html">yahoo term extraction</a> yesterday and it worked well enough. here's <a href="http://github.com/matpalm/twitter/blob/master/cheese_terms/extract_terms.rb">some code</a> to pass some text to yahoo and get back an array of terms</p>
<p>i've got to say mongodb is such an easy tool for working with json data. <a href="http://github.com/matpalm/twitter/blob/master/cheese_terms/insert_into_mongo.rb">these 20 odd lines</a> insert a text json tweet stream into mongo. so simple, why can't all code be this easy...</p>]]></content:encoded>
    </item>
  </channel>
</rss>

