<?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: How to Train a NLTK Chunker</title>
	<atom:link href="http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/feed/" rel="self" type="application/rss+xml" />
	<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
	<description>Weotta be Hacking</description>
	<lastBuildDate>Thu, 19 Apr 2012 12:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>By: AdamL</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-711</link>
		<dc:creator>AdamL</dc:creator>
		<pubDate>Mon, 11 Oct 2010 19:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-711</guid>
		<description>The NEs are stored as pickles in your install of nltk. Simply iterate through the pickle to get the list of NEs.

_BINARY_NE_CHUNKER = &#039;chunkers/maxent_ne_chunker/english_ace_binary.pickle&#039; 
171  _MULTICLASS_NE_CHUNKER = &#039;chunkers/maxent_ne_chunker/english_ace_multiclass.pickle&#039; 
</description>
		<content:encoded><![CDATA[<p>The NEs are stored as pickles in your install of nltk. Simply iterate through the pickle to get the list of NEs.</p>
<p>_BINARY_NE_CHUNKER = &#8216;chunkers/maxent_ne_chunker/english_ace_binary.pickle&#8217;<br />
171  _MULTICLASS_NE_CHUNKER = &#8216;chunkers/maxent_ne_chunker/english_ace_multiclass.pickle&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learning to do natural language processing with NLTK &#124; JetLlib Journal</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-543</link>
		<dc:creator>Learning to do natural language processing with NLTK &#124; JetLlib Journal</dc:creator>
		<pubDate>Sun, 04 Apr 2010 22:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-543</guid>
		<description>[...] How to Train an NLTK Chunker [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Train an NLTK Chunker [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-297</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 17 Dec 2009 23:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-297</guid>
		<description>If you&#039;re referring to Named Entity recognition with NLTK, afraid I can&#039;t help you there as I haven&#039;t done it. All I can recommend is digging into the source code and/or experimenting with the API.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re referring to Named Entity recognition with NLTK, afraid I can&#8217;t help you there as I haven&#8217;t done it. All I can recommend is digging into the source code and/or experimenting with the API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Perkins</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-662</link>
		<dc:creator>Jacob Perkins</dc:creator>
		<pubDate>Thu, 17 Dec 2009 23:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-662</guid>
		<description>If you&#039;re referring to Named Entity recognition with NLTK, afraid I can&#039;t help you there as I haven&#039;t done it. All I can recommend is digging into the source code and/or experimenting with the API.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re referring to Named Entity recognition with NLTK, afraid I can&#8217;t help you there as I haven&#8217;t done it. All I can recommend is digging into the source code and/or experimenting with the API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Smith</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-296</link>
		<dc:creator>James Smith</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-296</guid>
		<description>Haha. We should all be so lucky to be able to stick to our new years resolutions.

Whilst I have your attention, do you know if its possible to print a list of NE tags used in Chunk or extend the tags? I&#039;m a little new to this and have been reading through the NLTK book but couldn&#039;t find anything this specific.</description>
		<content:encoded><![CDATA[<p>Haha. We should all be so lucky to be able to stick to our new years resolutions.</p>
<p>Whilst I have your attention, do you know if its possible to print a list of NE tags used in Chunk or extend the tags? I&#8217;m a little new to this and have been reading through the NLTK book but couldn&#8217;t find anything this specific.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Smith</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-661</link>
		<dc:creator>James Smith</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-661</guid>
		<description>Haha. We should all be so lucky to be able to stick to our new years resolutions.

Whilst I have your attention, do you know if its possible to print a list of NE tags used in Chunk or extend the tags? I&#039;m a little new to this and have been reading through the NLTK book but couldn&#039;t find anything this specific.</description>
		<content:encoded><![CDATA[<p>Haha. We should all be so lucky to be able to stick to our new years resolutions.</p>
<p>Whilst I have your attention, do you know if its possible to print a list of NE tags used in Chunk or extend the tags? I&#8217;m a little new to this and have been reading through the NLTK book but couldn&#8217;t find anything this specific.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-295</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-295</guid>
		<description>Thanks James. Unfortunately I have not gotten around to that article yet, but thanks for reminding me. Maybe I can make that a new years resolution :)</description>
		<content:encoded><![CDATA[<p>Thanks James. Unfortunately I have not gotten around to that article yet, but thanks for reminding me. Maybe I can make that a new years resolution <img src='http://streamhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Perkins</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-660</link>
		<dc:creator>Jacob Perkins</dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-660</guid>
		<description>Thanks James. Unfortunately I have not gotten around to that article yet, but thanks for reminding me. Maybe I can make that a new years resolution :)</description>
		<content:encoded><![CDATA[<p>Thanks James. Unfortunately I have not gotten around to that article yet, but thanks for reminding me. Maybe I can make that a new years resolution <img src='http://streamhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Smith</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-294</link>
		<dc:creator>James Smith</dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-294</guid>
		<description>Did you ever get round to writing an article about putting it all together? Really great stuff here.</description>
		<content:encoded><![CDATA[<p>Did you ever get round to writing an article about putting it all together? Really great stuff here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Smith</title>
		<link>http://streamhacker.com/2008/12/29/how-to-train-a-nltk-chunker/comment-page-1/#comment-659</link>
		<dc:creator>James Smith</dc:creator>
		<pubDate>Wed, 16 Dec 2009 17:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://streamhacker.wordpress.com/?p=81#comment-659</guid>
		<description>Did you ever get round to writing an article about putting it all together? Really great stuff here.</description>
		<content:encoded><![CDATA[<p>Did you ever get round to writing an article about putting it all together? Really great stuff here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

