<?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: Meaning from a set of meeting minutes</title>
	<atom:link href="http://www.jamesgallagher.ie/meaning-from-a-set-of-meeting-minutes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesgallagher.ie/meaning-from-a-set-of-meeting-minutes/</link>
	<description>Just some random stuff from me</description>
	<lastBuildDate>Thu, 15 Jul 2010 22:47:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Eoin</title>
		<link>http://www.jamesgallagher.ie/meaning-from-a-set-of-meeting-minutes/comment-page-1/#comment-86</link>
		<dc:creator>Eoin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesgallagher.ie/?p=339#comment-86</guid>
		<description>Well if you manage to do it, and I imagine you will, fair play. It would be a great resource!</description>
		<content:encoded><![CDATA[<p>Well if you manage to do it, and I imagine you will, fair play. It would be a great resource!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Gallagher</title>
		<link>http://www.jamesgallagher.ie/meaning-from-a-set-of-meeting-minutes/comment-page-1/#comment-85</link>
		<dc:creator>James Gallagher</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesgallagher.ie/?p=339#comment-85</guid>
		<description>Thanks for that John. So far I&#039;ve just written the basic section parsing and the name parsing. So, from testing I seem to be able to pick up all the names that get mentioned in the minutes. Getting the motions isn&#039;t too bad but it looks like two things will be quite messy: relating a proposed motion back to its motion identifier and then picking up the subsequent voting. I&#039;ll probably just go with some kind of near the motion text logic to do that. Thanks also for the tip on the Google Group ... oh, and the inspiration!</description>
		<content:encoded><![CDATA[<p>Thanks for that John. So far I&#39;ve just written the basic section parsing and the name parsing. So, from testing I seem to be able to pick up all the names that get mentioned in the minutes. Getting the motions isn&#39;t too bad but it looks like two things will be quite messy: relating a proposed motion back to its motion identifier and then picking up the subsequent voting. I&#39;ll probably just go with some kind of near the motion text logic to do that. Thanks also for the tip on the Google Group &#8230; oh, and the inspiration!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Handelaar</title>
		<link>http://www.jamesgallagher.ie/meaning-from-a-set-of-meeting-minutes/comment-page-1/#comment-84</link>
		<dc:creator>John Handelaar</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesgallagher.ie/?p=339#comment-84</guid>
		<description>Councils (that I&#039;m aware of) don&#039;t have transcripts, there&#039;s only this.&lt;br&gt;&lt;br&gt;That said, from your description above it looks like a line containing &#039;proposed that&#039;, followed by N lines, followed by a line containing &#039;was seconded by&#039;, would be regex-able.  And a bit of name parsing might allow a person to generate per-councillor RSS feeds of activity. &lt;br&gt;&lt;br&gt;You&#039;re not a long way from &lt;a href=&quot;http://www.kildarestreet.com/td/richard_bruton/dublin_north_central&quot; rel=&quot;nofollow&quot;&gt;this sort of thing&lt;/a&gt; at that point.&lt;br&gt;&lt;br&gt;(I&#039;ve not really addressed the contents of the rest of the minutes, but you get the thought process.)&lt;br&gt;&lt;br&gt;Perhaps join the &lt;a href=&quot;http://groups.google.com/group/mygov-people&quot; rel=&quot;nofollow&quot;&gt;KildareStreet-new-registered-organisation&lt;/a&gt; list and see if we can get some other eyes on it?   That goes for all the other commenters too :)</description>
		<content:encoded><![CDATA[<p>Councils (that I&#39;m aware of) don&#39;t have transcripts, there&#39;s only this.</p>
<p>That said, from your description above it looks like a line containing &#39;proposed that&#39;, followed by N lines, followed by a line containing &#39;was seconded by&#39;, would be regex-able.  And a bit of name parsing might allow a person to generate per-councillor RSS feeds of activity. </p>
<p>You&#39;re not a long way from <a href="http://www.kildarestreet.com/td/richard_bruton/dublin_north_central" rel="nofollow">this sort of thing</a> at that point.</p>
<p>(I&#39;ve not really addressed the contents of the rest of the minutes, but you get the thought process.)</p>
<p>Perhaps join the <a href="http://groups.google.com/group/mygov-people" rel="nofollow">KildareStreet-new-registered-organisation</a> list and see if we can get some other eyes on it?   That goes for all the other commenters too :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Gallagher</title>
		<link>http://www.jamesgallagher.ie/meaning-from-a-set-of-meeting-minutes/comment-page-1/#comment-83</link>
		<dc:creator>James Gallagher</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesgallagher.ie/?p=339#comment-83</guid>
		<description>I&#039;d hope to be able to make it more generic once I get some more experience with techniques for this. The reason for the minutes choice is that I want the information and the improved context so it&#039;s a good motivator.</description>
		<content:encoded><![CDATA[<p>I&#39;d hope to be able to make it more generic once I get some more experience with techniques for this. The reason for the minutes choice is that I want the information and the improved context so it&#39;s a good motivator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michele Neylon</title>
		<link>http://www.jamesgallagher.ie/meaning-from-a-set-of-meeting-minutes/comment-page-1/#comment-82</link>
		<dc:creator>Michele Neylon</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesgallagher.ie/?p=339#comment-82</guid>
		<description>So would this work on minutes only or would you be able to do something with a transcript?</description>
		<content:encoded><![CDATA[<p>So would this work on minutes only or would you be able to do something with a transcript?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
