<?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: Getting OpenNLP parser to work</title>
	<atom:link href="http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/</link>
	<description>&#62; From inner thoughts to the outer limits of Alexandre Rafalovitch</description>
	<lastBuildDate>Mon, 03 Oct 2011 22:01:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Dave</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-71389</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 08 May 2011 02:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-71389</guid>
		<description>Those OpenNLP tutorials are still a work-in-progress.  Some are complete, but only the basics.  I spent a lot of time recently digging into v1.5.0 (current as I write this) and am hoping to write up  my own lessons learned so I don&#039;t forget in the future.

Might be useful to someone else, too.  Here&#039;s the start:
http://blog.dpdearing.com/2011/05/opennlp-1-5-0-basics-sentence-detection-and-tokenizing/</description>
		<content:encoded><![CDATA[<p>Those OpenNLP tutorials are still a work-in-progress.  Some are complete, but only the basics.  I spent a lot of time recently digging into v1.5.0 (current as I write this) and am hoping to write up  my own lessons learned so I don&#8217;t forget in the future.</p>
<p>Might be useful to someone else, too.  Here&#8217;s the start:<br />
<a href="http://blog.dpdearing.com/2011/05/opennlp-1-5-0-basics-sentence-detection-and-tokenizing/" rel="nofollow">http://blog.dpdearing.com/2011/05/opennlp-1-5-0-basics-sentence-detection-and-tokenizing/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jörn</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-37029</link>
		<dc:creator>Jörn</dc:creator>
		<pubDate>Wed, 22 Sep 2010 09:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-37029</guid>
		<description>There are now OpenNLP tutorials in the project wiki:
https://sourceforge.net/apps/mediawiki/opennlp/index.php?title=Main_Page</description>
		<content:encoded><![CDATA[<p>There are now OpenNLP tutorials in the project wiki:<br />
<a href="https://sourceforge.net/apps/mediawiki/opennlp/index.php?title=Main_Page" rel="nofollow">https://sourceforge.net/apps/mediawiki/opennlp/index.php?title=Main_Page</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laughing Man</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-13228</link>
		<dc:creator>Laughing Man</dc:creator>
		<pubDate>Mon, 25 May 2009 08:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-13228</guid>
		<description>I wrote a small program which takes a simple XML file, cleans it and uses the detector/tokenizer/tagger/chunker (in that order). The download link and the install instructions (it&#039;s an Ant build.xml) can be found &lt;a href=&quot;http://coadsy.blogspot.com/2009/05/language-guesser-and-opennlp-pipe.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I wrote a small program which takes a simple XML file, cleans it and uses the detector/tokenizer/tagger/chunker (in that order). The download link and the install instructions (it&#8217;s an Ant build.xml) can be found <a href="http://coadsy.blogspot.com/2009/05/language-guesser-and-opennlp-pipe.html" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Rafalovitch</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-238</link>
		<dc:creator>Alexandre Rafalovitch</dc:creator>
		<pubDate>Wed, 28 May 2008 12:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-238</guid>
		<description>Quek,

I don&#039;t buy &#039;read the source&#039; argument in the context of this article. Code, and especially NLP code, is not easy to read and therefore has a higher learning curve than tutorials and good documentations. Therefore, people with not enough time (or patience) will drop out early and go look at something else.  That&#039;s why one of the measure of success for open source projects is whether they have a good introductory book published.

Obviously, not everything can be documented, but it should be easy to at least start quickly and judge whether it is worth spending extra time on looking through the code.

That&#039;s what happened with Stanford parser for me. There was just enough documentation to start and then I read the source to figure out &lt;a href=&quot;http://blog.outerthoughts.com/2007/07/duplicating-tagseparator-effect-when-using-stanford-parser-programmatically/&quot; rel=&quot;nofollow&quot;&gt;the additional options&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Quek,</p>
<p>I don&#8217;t buy &#8216;read the source&#8217; argument in the context of this article. Code, and especially NLP code, is not easy to read and therefore has a higher learning curve than tutorials and good documentations. Therefore, people with not enough time (or patience) will drop out early and go look at something else.  That&#8217;s why one of the measure of success for open source projects is whether they have a good introductory book published.</p>
<p>Obviously, not everything can be documented, but it should be easy to at least start quickly and judge whether it is worth spending extra time on looking through the code.</p>
<p>That&#8217;s what happened with Stanford parser for me. There was just enough documentation to start and then I read the source to figure out <a href="http://blog.outerthoughts.com/2007/07/duplicating-tagseparator-effect-when-using-stanford-parser-programmatically/" rel="nofollow">the additional options</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: quek</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-237</link>
		<dc:creator>quek</dc:creator>
		<pubDate>Wed, 28 May 2008 03:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-237</guid>
		<description>dude... daniel maclaren&#039;s tutorial is based on code within the OpenNLP package itself. In fact almost all the code&#039;s taken from the english.* java files. It is open source after all, all you have to do is read through the source. chill man chill.</description>
		<content:encoded><![CDATA[<p>dude&#8230; daniel maclaren&#8217;s tutorial is based on code within the OpenNLP package itself. In fact almost all the code&#8217;s taken from the english.* java files. It is open source after all, all you have to do is read through the source. chill man chill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karalabe</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-239</link>
		<dc:creator>Karalabe</dc:creator>
		<pubDate>Tue, 08 Apr 2008 19:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-239</guid>
		<description>You can use 2 lines of code to get you&#039;re sentences parsed :) [figured it out partly thanks to the tutorial you linked in]

&lt;code&gt;
String sentence = &quot;This is some random sentence to get you started&quot;;

// Load the serialized parser
ParserME parser = TreebankParser.getParser(&quot;wherever-your-parser-dir-is/&quot;);

// Parse the sentence, and fetch an array containing the best 1 parses, access the first (0) element and display it
TreebankParser.parseLine(sentence, parser, 1)[0].show();
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can use 2 lines of code to get you&#8217;re sentences parsed <img src='http://blog.outerthoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  [figured it out partly thanks to the tutorial you linked in]</p>
<p><code><br />
String sentence = "This is some random sentence to get you started";</p>
<p>// Load the serialized parser<br />
ParserME parser = TreebankParser.getParser("wherever-your-parser-dir-is/");</p>
<p>// Parse the sentence, and fetch an array containing the best 1 parses, access the first (0) element and display it<br />
TreebankParser.parseLine(sentence, parser, 1)[0].show();<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Rafalovitch</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-236</link>
		<dc:creator>Alexandre Rafalovitch</dc:creator>
		<pubDate>Sat, 16 Feb 2008 17:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-236</guid>
		<description>Thank you Alyona,

This looks interesting as well.</description>
		<content:encoded><![CDATA[<p>Thank you Alyona,</p>
<p>This looks interesting as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alyona</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-235</link>
		<dc:creator>Alyona</dc:creator>
		<pubDate>Wed, 13 Feb 2008 21:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-235</guid>
		<description>I found this tutorial useful:
http://www.codeproject.com/KB/recipes/englishparsing.aspx</description>
		<content:encoded><![CDATA[<p>I found this tutorial useful:<br />
<a href="http://www.codeproject.com/KB/recipes/englishparsing.aspx" rel="nofollow">http://www.codeproject.com/KB/recipes/englishparsing.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeryl</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-234</link>
		<dc:creator>Jeryl</dc:creator>
		<pubDate>Tue, 11 Dec 2007 00:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-234</guid>
		<description>worked for me, whats your email i can send u sample code(as eclipse project with junit tests.)</description>
		<content:encoded><![CDATA[<p>worked for me, whats your email i can send u sample code(as eclipse project with junit tests.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Rafalovitch</title>
		<link>http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/comment-page-1/#comment-233</link>
		<dc:creator>Alexandre Rafalovitch</dc:creator>
		<pubDate>Sun, 12 Aug 2007 12:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.outerthoughts.com/2007/08/getting-opennlp-parser-to-work/#comment-233</guid>
		<description>Matthew,

Same application as with the previous two parsers: trying to extract complex named entities out of long, non-trivial sentences.</description>
		<content:encoded><![CDATA[<p>Matthew,</p>
<p>Same application as with the previous two parsers: trying to extract complex named entities out of long, non-trivial sentences.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

