<?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: Part of Speech Tagging with NLTK &#8211; Part 1</title> <atom:link href="http://streamhacker.com/2008/11/03/part-of-speech-tagging-with-nltk-part-1/feed/" rel="self" type="application/rss+xml" /><link>http://streamhacker.com/2008/11/03/part-of-speech-tagging-with-nltk-part-1/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link> <description>Weotta be Hacking</description> <lastBuildDate>Thu, 08 Jul 2010 07:41:51 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com" /> <atom:link rel="hub" href="http://superfeedr.com/hubbub" /> <item><title>By: Learning to do natural language processing with NLTK &#124; JetLlib Journal</title><link>http://streamhacker.com/2008/11/03/part-of-speech-tagging-with-nltk-part-1/comment-page-1/#comment-538</link> <dc:creator>Learning to do natural language processing with NLTK &#124; JetLlib Journal</dc:creator> <pubDate>Sat, 03 Apr 2010 20:11:48 +0000</pubDate> <guid
isPermaLink="false">http://streamhacker.wordpress.com/?p=3#comment-538</guid> <description>[...] of Speech Tagging with NLTK – Part 1, Part 2, Part [...]</description> <content:encoded><![CDATA[<p>[...] of Speech Tagging with NLTK – Part 1, Part 2, Part [...]</p> ]]></content:encoded> </item> <item><title>By: Jacob</title><link>http://streamhacker.com/2008/11/03/part-of-speech-tagging-with-nltk-part-1/comment-page-1/#comment-91</link> <dc:creator>Jacob</dc:creator> <pubDate>Thu, 08 Oct 2009 02:47:48 +0000</pubDate> <guid
isPermaLink="false">http://streamhacker.wordpress.com/?p=3#comment-91</guid> <description>Moses: The wordpress plugin is SyntaxHighlighter Evolved http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/</description> <content:encoded><![CDATA[<p>Moses: The wordpress plugin is SyntaxHighlighter Evolved <a
href="http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/" rel="nofollow">http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/</a></p> ]]></content:encoded> </item> <item><title>By: Moses</title><link>http://streamhacker.com/2008/11/03/part-of-speech-tagging-with-nltk-part-1/comment-page-1/#comment-90</link> <dc:creator>Moses</dc:creator> <pubDate>Thu, 08 Oct 2009 02:07:38 +0000</pubDate> <guid
isPermaLink="false">http://streamhacker.wordpress.com/?p=3#comment-90</guid> <description>Would you mind telling me what editor you were using for the codes above? it&#039;s pretty cool</description> <content:encoded><![CDATA[<p>Would you mind telling me what editor you were using for the codes above? it&#8217;s pretty cool</p> ]]></content:encoded> </item> <item><title>By: Andrew Lee</title><link>http://streamhacker.com/2008/11/03/part-of-speech-tagging-with-nltk-part-1/comment-page-1/#comment-5</link> <dc:creator>Andrew Lee</dc:creator> <pubDate>Wed, 25 Mar 2009 18:23:59 +0000</pubDate> <guid
isPermaLink="false">http://streamhacker.wordpress.com/?p=3#comment-5</guid> <description>Thank you!</description> <content:encoded><![CDATA[<p>Thank you!</p> ]]></content:encoded> </item> <item><title>By: Jacob</title><link>http://streamhacker.com/2008/11/03/part-of-speech-tagging-with-nltk-part-1/comment-page-1/#comment-4</link> <dc:creator>Jacob</dc:creator> <pubDate>Wed, 25 Mar 2009 14:04:56 +0000</pubDate> <guid
isPermaLink="false">http://streamhacker.wordpress.com/?p=3#comment-4</guid> <description>The NLTK corpus API has changed since I wrote this. Try with categories=[&#039;reviews&#039;]</description> <content:encoded><![CDATA[<p>The NLTK corpus API has changed since I wrote this. Try with categories=['reviews']</p> ]]></content:encoded> </item> <item><title>By: Andrew Lee</title><link>http://streamhacker.com/2008/11/03/part-of-speech-tagging-with-nltk-part-1/comment-page-1/#comment-3</link> <dc:creator>Andrew Lee</dc:creator> <pubDate>Wed, 25 Mar 2009 08:38:31 +0000</pubDate> <guid
isPermaLink="false">http://streamhacker.wordpress.com/?p=3#comment-3</guid> <description>for nltk version 0.9.9b1  the call to taged_sents innltk.corpus.brown.tagged_sents(categories=&quot;c&quot;)Throws the error:Traceback (most recent call last):
File &quot;&quot;, line 2, in ?
File &quot;/usr/lib/python2.4/site-packages/nltk/corpus/reader/tagged.py&quot;, line 211, in tagged_sents
return TaggedCorpusReader.tagged_sents(
File &quot;/usr/lib/python2.4/site-packages/nltk/corpus/reader/tagged.py&quot;, line 148, in tagged_sents
tag_mapping_function)
File &quot;/usr/lib/python2.4/site-packages/nltk/corpus/reader/util.py&quot;, line 409, in concat
raise ValueError(&#039;concat() expects at least one object!&#039;)
ValueError: concat() expects at least one object!</description> <content:encoded><![CDATA[<p>for nltk version 0.9.9b1  the call to taged_sents in</p><p>nltk.corpus.brown.tagged_sents(categories=&#8221;c&#8221;)</p><p>Throws the error:</p><p>Traceback (most recent call last):<br
/> File &#8220;&#8221;, line 2, in ?<br
/> File &#8220;/usr/lib/python2.4/site-packages/nltk/corpus/reader/tagged.py&#8221;, line 211, in tagged_sents<br
/> return TaggedCorpusReader.tagged_sents(<br
/> File &#8220;/usr/lib/python2.4/site-packages/nltk/corpus/reader/tagged.py&#8221;, line 148, in tagged_sents<br
/> tag_mapping_function)<br
/> File &#8220;/usr/lib/python2.4/site-packages/nltk/corpus/reader/util.py&#8221;, line 409, in concat<br
/> raise ValueError(&#8216;concat() expects at least one object!&#8217;)<br
/> ValueError: concat() expects at least one object!</p> ]]></content:encoded> </item> <item><title>By: Part of Speech Tagging with NLTK - Part 2 &#171; Stream Hacker</title><link>http://streamhacker.com/2008/11/03/part-of-speech-tagging-with-nltk-part-1/comment-page-1/#comment-2</link> <dc:creator>Part of Speech Tagging with NLTK - Part 2 &#171; Stream Hacker</dc:creator> <pubDate>Mon, 10 Nov 2008 22:43:28 +0000</pubDate> <guid
isPermaLink="false">http://streamhacker.wordpress.com/?p=3#comment-2</guid> <description>[...] 10, 2008 at 2:42 pm (python) (nltk, nltp, tagging)  Following up on Part of Speech Tagging with NLTK - Part 1, I test the accuracy of adding an AffixTagger and a RegexpTagger to my SequentialBackoffTagger [...]</description> <content:encoded><![CDATA[<p>[...] 10, 2008 at 2:42 pm (python) (nltk, nltp, tagging)  Following up on Part of Speech Tagging with NLTK &#8211; Part 1, I test the accuracy of adding an AffixTagger and a RegexpTagger to my SequentialBackoffTagger [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: streamhacker.com @ 2010-07-31 06:40:01 -->