<?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"
	>
<channel>
	<title>Comments on: calais and ocr newspaper data</title>
	<atom:link href="http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/</link>
	<description>$pithy_personal_mission_statement</description>
	<pubDate>Thu, 04 Dec 2008 00:07:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Open Libraries &#8211; Mining for Meaning</title>
		<link>http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-74718</link>
		<dc:creator>Open Libraries &#8211; Mining for Meaning</dc:creator>
		<pubDate>Sat, 20 Sep 2008 21:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-74718</guid>
		<description>[...] text, but it also works for extracting meaning from the most recent weblog posting to historic newspapers newly scanned into text via Optical Character Recognition (OCR). Since human-created metadata and [...]</description>
		<content:encoded><![CDATA[<p>[...] text, but it also works for extracting meaning from the most recent weblog posting to historic newspapers newly scanned into text via Optical Character Recognition (OCR). Since human-created metadata and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55231</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Fri, 22 Feb 2008 21:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55231</guid>
		<description>Yeah, you'll need 2.4.0 (eikeon is here sitting next to me telling me). 

&lt;pre lang="text"&gt;
easy_install -U rdflib==2.4.0
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Yeah, you&#8217;ll need 2.4.0 (eikeon is here sitting next to me telling me).</p>

<div class="wp_syntax"><div class="code"><pre class="text">easy_install -U rdflib==2.4.0</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55230</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 22 Feb 2008 21:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55230</guid>
		<description>Thanks, looks like I just have some python path cleaning to do...

&#62;&#62;&#62; import rdflib
&#62;&#62;&#62; print rdflib.__version__
2.3.1</description>
		<content:encoded><![CDATA[<p>Thanks, looks like I just have some python path cleaning to do&#8230;</p>
<p>&gt;&gt;&gt; import rdflib<br />
&gt;&gt;&gt; print rdflib.__version__<br />
2.3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55227</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Fri, 22 Feb 2008 20:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55227</guid>
		<description>What version of rdflib are you running?

&lt;pre lang="text"&gt;
uqbar:~/bzr/calais ed$ python
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) 
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
&gt;&gt;&gt; import rdflib
&gt;&gt;&gt; print rdflib.__version__
2.4.0
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>What version of rdflib are you running?</p>

<div class="wp_syntax"><div class="code"><pre class="text">uqbar:~/bzr/calais ed$ python
Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) 
[GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.
&gt;&gt;&gt; import rdflib
&gt;&gt;&gt; print rdflib.__version__
2.4.0</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55225</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 22 Feb 2008 18:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55225</guid>
		<description>Another one:

&lt;pre lang="text"&gt;
$ python people.py ndnp:774348        

Traceback (most recent call last):
  File "people.py", line 22, in ?
    for row in g.query(sparql):
AttributeError: 'ConjunctiveGraph' object has no attribute 'query'
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Another one:</p>

<div class="wp_syntax"><div class="code"><pre class="text">$ python people.py ndnp:774348        
&nbsp;
Traceback (most recent call last):
  File &quot;people.py&quot;, line 22, in ?
    for row in g.query(sparql):
AttributeError: 'ConjunctiveGraph' object has no attribute 'query'</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55224</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Fri, 22 Feb 2008 18:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-55224</guid>
		<description>Tried the example, but seem to be having a problem with rdflib... any ideas?

&lt;pre lang="text"&gt;
$ ./calais.py data/ndnp:1396148

Traceback (most recent call last):
  File "./calais.py", line 127, in ?
    print g.serialize(format='n3')
  File "/opt/local/lib/python2.4/site-packages/rdflib/Graph.py", line 414, in serialize
    return serializer.serialize(destination, base=base, encoding=encoding)
  File "/opt/local/lib/python2.4/site-packages/rdflib/syntax/serializer.py", line 28, in serialize
    self.serializer.serialize(stream, base=base, encoding=encoding)
  File "/opt/local/lib/python2.4/site-packages/rdflib/syntax/serializers/N3Serializer.py", line 17, in serialize
    self._ser(self.store, stream)
  File "/opt/local/lib/python2.4/site-packages/rdflib/syntax/serializers/N3Serializer.py", line 22, in _ser
    for s, p, o in store:
ValueError: need more than 2 values to unpack
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Tried the example, but seem to be having a problem with rdflib&#8230; any ideas?</p>

<div class="wp_syntax"><div class="code"><pre class="text">$ ./calais.py data/ndnp:1396148
&nbsp;
Traceback (most recent call last):
  File &quot;./calais.py&quot;, line 127, in ?
    print g.serialize(format='n3')
  File &quot;/opt/local/lib/python2.4/site-packages/rdflib/Graph.py&quot;, line 414, in serialize
    return serializer.serialize(destination, base=base, encoding=encoding)
  File &quot;/opt/local/lib/python2.4/site-packages/rdflib/syntax/serializer.py&quot;, line 28, in serialize
    self.serializer.serialize(stream, base=base, encoding=encoding)
  File &quot;/opt/local/lib/python2.4/site-packages/rdflib/syntax/serializers/N3Serializer.py&quot;, line 17, in serialize
    self._ser(self.store, stream)
  File &quot;/opt/local/lib/python2.4/site-packages/rdflib/syntax/serializers/N3Serializer.py&quot;, line 22, in _ser
    for s, p, o in store:
ValueError: need more than 2 values to unpack</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-54590</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 14 Feb 2008 02:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://inkdroid.org/journal/2008/02/13/calais-and-ocr-newspaper-data/#comment-54590</guid>
		<description>This is real cool Ed. Mmmm, Angostura Bitters - I think I'm going to make a Manhattan.</description>
		<content:encoded><![CDATA[<p>This is real cool Ed. Mmmm, Angostura Bitters - I think I&#8217;m going to make a Manhattan.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
