<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: The Noob&#8217;s Guide to Parsing</title>
	<atom:link href="http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/</link>
	<description>Wanderings into computational linguistics, science, social media and life...</description>
	<lastBuildDate>Mon, 23 Apr 2012 02:02:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Ramkumar</title>
		<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-3278</link>
		<dc:creator><![CDATA[Ramkumar]]></dc:creator>
		<pubDate>Mon, 20 Dec 2010 09:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-3278</guid>
		<description><![CDATA[hey! know any methods to extract triples from the stanfordNLP &#039;s output tree?]]></description>
		<content:encoded><![CDATA[<p>hey! know any methods to extract triples from the stanfordNLP &#8216;s output tree?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maryN00b</title>
		<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1722</link>
		<dc:creator><![CDATA[maryN00b]]></dc:creator>
		<pubDate>Wed, 03 Jun 2009 10:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1722</guid>
		<description><![CDATA[Hello! can someone please help me with a assignment I`m worikng on! I`m supposed to Construct a formal grammar for capturing the structure of names and then write a parser for English names by encoding your grammar in prolog using the DCG mechanism.

I`m very much a noob in this!]]></description>
		<content:encoded><![CDATA[<p>Hello! can someone please help me with a assignment I`m worikng on! I`m supposed to Construct a formal grammar for capturing the structure of names and then write a parser for English names by encoding your grammar in prolog using the DCG mechanism.</p>
<p>I`m very much a noob in this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DegreeStudent</title>
		<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1597</link>
		<dc:creator><![CDATA[DegreeStudent]]></dc:creator>
		<pubDate>Sun, 22 Mar 2009 07:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1597</guid>
		<description><![CDATA[Hi,

First i would like to thank you for this helpful post. I need a help regarding stanford-parser.

i am doing a project and one of the the things i need to do is parsing (taggin each word in a text file). I have downloaded the stanford-parser zip file and could run the gui file. However, my project is developed in NetBeans IDE 6.1. I would appreciate if you tell me how to add the parser to my project and how to import the classes. I also need the output to be in the form where each word appear withe its tag next to it, and not in the tree form...

I hope i can get what i am looking for here ...

thank you,]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First i would like to thank you for this helpful post. I need a help regarding stanford-parser.</p>
<p>i am doing a project and one of the the things i need to do is parsing (taggin each word in a text file). I have downloaded the stanford-parser zip file and could run the gui file. However, my project is developed in NetBeans IDE 6.1. I would appreciate if you tell me how to add the parser to my project and how to import the classes. I also need the output to be in the form where each word appear withe its tag next to it, and not in the tree form&#8230;</p>
<p>I hope i can get what i am looking for here &#8230;</p>
<p>thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Adams</title>
		<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1128</link>
		<dc:creator><![CDATA[Jason Adams]]></dc:creator>
		<pubDate>Fri, 05 Dec 2008 04:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1128</guid>
		<description><![CDATA[Awesome!  Thanks for letting me know.]]></description>
		<content:encoded><![CDATA[<p>Awesome!  Thanks for letting me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1127</link>
		<dc:creator><![CDATA[Jeremy]]></dc:creator>
		<pubDate>Fri, 05 Dec 2008 04:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1127</guid>
		<description><![CDATA[Jason, thank you for your writeup.  It&#039;s helped me get started with a school project I&#039;m working on, which is providing a &quot;deep analysis&quot; of a parser.  Unfortunately I have almost no natural language processing knowledge, so this primer has been a big help to getting me started in at least understanding the basics of what I&#039;ll have to analyze.]]></description>
		<content:encoded><![CDATA[<p>Jason, thank you for your writeup.  It&#8217;s helped me get started with a school project I&#8217;m working on, which is providing a &#8220;deep analysis&#8221; of a parser.  Unfortunately I have almost no natural language processing knowledge, so this primer has been a big help to getting me started in at least understanding the basics of what I&#8217;ll have to analyze.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Adams</title>
		<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1088</link>
		<dc:creator><![CDATA[Jason Adams]]></dc:creator>
		<pubDate>Fri, 07 Nov 2008 03:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1088</guid>
		<description><![CDATA[I&#039;m not sure exactly what you mean by the &quot;limitations created by parsers.&quot;  Do you mean their inability to recognize certain things?  

Statistical parsers are inherently flawed, though.  In order to be computationally tractable you have to make a number of assumptions that are just plain wrong.  The trick might be to figure out a way of incorporating world knowledge without blowing up the computation and taking forever to build.  Or maybe it &lt;i&gt;will&lt;/i&gt; take a completely different approach to solve...  Who knows? :)]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure exactly what you mean by the &#8220;limitations created by parsers.&#8221;  Do you mean their inability to recognize certain things?  </p>
<p>Statistical parsers are inherently flawed, though.  In order to be computationally tractable you have to make a number of assumptions that are just plain wrong.  The trick might be to figure out a way of incorporating world knowledge without blowing up the computation and taking forever to build.  Or maybe it <i>will</i> take a completely different approach to solve&#8230;  Who knows? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaun</title>
		<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1087</link>
		<dc:creator><![CDATA[shaun]]></dc:creator>
		<pubDate>Fri, 07 Nov 2008 00:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-1087</guid>
		<description><![CDATA[I am surprised at the limitations created by parsers generally. They seem to be merely scratching the surface of language, almost as if we are approaching things from the wrong perspective. We probably need some Einstein to come up with an entirely new way of looking at the issue of parsing.]]></description>
		<content:encoded><![CDATA[<p>I am surprised at the limitations created by parsers generally. They seem to be merely scratching the surface of language, almost as if we are approaching things from the wrong perspective. We probably need some Einstein to come up with an entirely new way of looking at the issue of parsing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Adams</title>
		<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-974</link>
		<dc:creator><![CDATA[Jason Adams]]></dc:creator>
		<pubDate>Sat, 02 Aug 2008 13:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-974</guid>
		<description><![CDATA[I don&#039;t have first-hand experience with anything, since the only prolog I&#039;ve written was a homework assignment in an AI class.  A quick hunt on the Googles finds a couple things though, that may be of interest:

Pronto:  http://www.ai.uga.edu/mc/ProNTo/

Book on NLP with Perl and Prolog:  http://www.cs.lth.se/home/Pierre_Nugues/ilppp/slides.shtml

Anyhow, good luck.  Might want to try asking on the comp.ai.nat-lang newsgroup:  http://groups.google.com/group/comp.ai.nat-lang/topics?hl=en]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t have first-hand experience with anything, since the only prolog I&#8217;ve written was a homework assignment in an AI class.  A quick hunt on the Googles finds a couple things though, that may be of interest:</p>
<p>Pronto:  <a href="http://www.ai.uga.edu/mc/ProNTo/" rel="nofollow">http://www.ai.uga.edu/mc/ProNTo/</a></p>
<p>Book on NLP with Perl and Prolog:  <a href="http://www.cs.lth.se/home/Pierre_Nugues/ilppp/slides.shtml" rel="nofollow">http://www.cs.lth.se/home/Pierre_Nugues/ilppp/slides.shtml</a></p>
<p>Anyhow, good luck.  Might want to try asking on the comp.ai.nat-lang newsgroup:  <a href="http://groups.google.com/group/comp.ai.nat-lang/topics?hl=en" rel="nofollow">http://groups.google.com/group/comp.ai.nat-lang/topics?hl=en</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hok</title>
		<link>http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-973</link>
		<dc:creator><![CDATA[Hok]]></dc:creator>
		<pubDate>Sat, 02 Aug 2008 13:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://mendicantbug.com/2007/10/25/the-noobs-guide-to-parsing/#comment-973</guid>
		<description><![CDATA[Hi- I&#039;m glad that I&#039;ve found this post, because it seems very helpful for my experimental chatterbot project- it&#039;s called ANNA, written in Prolog.
The plan is, I need it to be adaptive.
It currently would take Natural Language as a &#039;sense&#039;- i.e. the only stimuli she&#039;ll ever receive are strings from the keyboard. Therefore, she would have to start off with quite a lot of innate knowledge about the English language and how to interpret it correctly and assimilate, or reject incoming propositions, keeping, all the while, a consistent model of the world within her knowledge base.
At the moment, I am in need of a way of tagging parts of speech, so that she could identify just what a sentence &#039;means&#039; rather than simply extracting word after word and rearranging them.
But, for her to be fully &#039;adaptive&#039;, it is important that the parser, as well as the &#039;semantics extraction&#039; part (after POST), also expressed in Prolog. She must be able to reason about the way she does things, and she can, only by using Prolog&#039;s meta-programming facilities. So, I wonder if you know of any good Prolog-based POST libraries that require little or no external files, and yet provide a good English PCFG parser?
I fear I may well have to roll my own, at the expense of a lot of time and re-inventing the wheel.
Cheers!]]></description>
		<content:encoded><![CDATA[<p>Hi- I&#8217;m glad that I&#8217;ve found this post, because it seems very helpful for my experimental chatterbot project- it&#8217;s called ANNA, written in Prolog.<br />
The plan is, I need it to be adaptive.<br />
It currently would take Natural Language as a &#8216;sense&#8217;- i.e. the only stimuli she&#8217;ll ever receive are strings from the keyboard. Therefore, she would have to start off with quite a lot of innate knowledge about the English language and how to interpret it correctly and assimilate, or reject incoming propositions, keeping, all the while, a consistent model of the world within her knowledge base.<br />
At the moment, I am in need of a way of tagging parts of speech, so that she could identify just what a sentence &#8216;means&#8217; rather than simply extracting word after word and rearranging them.<br />
But, for her to be fully &#8216;adaptive&#8217;, it is important that the parser, as well as the &#8216;semantics extraction&#8217; part (after POST), also expressed in Prolog. She must be able to reason about the way she does things, and she can, only by using Prolog&#8217;s meta-programming facilities. So, I wonder if you know of any good Prolog-based POST libraries that require little or no external files, and yet provide a good English PCFG parser?<br />
I fear I may well have to roll my own, at the expense of a lot of time and re-inventing the wheel.<br />
Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

