<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mitcho.com &#187; argument</title>
	<atom:link href="http://mitcho.com/blog/tag/argument/feed/" rel="self" type="application/rss+xml" />
	<link>http://mitcho.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 23:24:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
		<item>
		<title>Inside the Argument</title>
		<link>http://mitcho.com/blog/projects/inside-the-argument/</link>
		<comments>http://mitcho.com/blog/projects/inside-the-argument/#comments</comments>
		<pubDate>Wed, 13 May 2009 02:13:31 +0000</pubDate>
		<dc:creator>mitcho</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[argument]]></category>
		<category><![CDATA[Catalan]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Mozilla Planet]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[ubiquity]]></category>

		<guid isPermaLink="false">http://mitcho.com/blog/?p=2046</guid>
		<description><![CDATA[Here&#8217;s a little picture of the different sections of text in a single parsed argument and which properties of the resultant argument object they are assigned to. You&#8217;ll see, from left to right, outerSpace, modifier, innerSpace, inactivePrefix, input/data, inactiveSuffix. The example text is from the Catalan example, &#8220;compra mitjons amb el Google,&#8221; meaning &#8220;buy socks [...]
Related posts:<ol>
<li><a href='http://mitcho.com/blog/projects/solving-a-romantic-problem-portmanteaued-prepositions/' rel='bookmark' title='Solving a Romantic Problem: Portmanteau&#8217;ed Prepositions'>Solving a Romantic Problem: Portmanteau&#8217;ed Prepositions</a></li>
<li><a href='http://mitcho.com/blog/projects/automating-the-linguists-job/' rel='bookmark' title='Automating the Linguist&#8217;s Job'>Automating the Linguist&#8217;s Job</a></li>
<li><a href='http://mitcho.com/blog/how-to/adding-your-language-to-ubiquity-parser-2/' rel='bookmark' title='Adding Your Language to Ubiquity Parser 2'>Adding Your Language to Ubiquity Parser 2</a></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a little picture of the different sections of text in a single parsed argument and which properties of the resultant argument object they are assigned to.</p>

<p><img src="http://mitcho.com/blog/wp-content/uploads/2009/05/insidetheargument.jpg" alt="insidetheargument.jpg" border="0" width="650" height="350" /></p>

<p>You&#8217;ll see, from left to right, <code>outerSpace</code>, <code>modifier</code>, <code>innerSpace</code>, <code>inactivePrefix</code>, <code>input</code>/<code>data</code>, <code>inactiveSuffix</code>.</p>

<p>The example text is from the Catalan example, &#8220;compra mitjons amb el Google,&#8221; meaning &#8220;buy socks with Google.&#8221; You&#8217;ll notice the argument &#8220;amb el Google&#8221; is literally &#8220;with the Google.&#8221; The <code>normalizeArgument()</code> method of the Catalan parser, as <a href="http://mitcho.com/blog/projects/solving-a-romantic-problem/">I described earlier this week</a>, strips the article &#8220;el &#8221; and puts it in the <code>inactivePrefix</code> property of the argument.</p>

<p>I&#8217;m going to spend the rest of the day updating <a href="https://wiki.mozilla.org/Labs/Ubiquity/Parser_2">Parser 2 design doc</a> and related documentation so they match these and other recent developments in the parser.</p>
<p>Related posts:</p><ol>
<li><a href='http://mitcho.com/blog/projects/solving-a-romantic-problem-portmanteaued-prepositions/' rel='bookmark' title='Solving a Romantic Problem: Portmanteau&#8217;ed Prepositions'>Solving a Romantic Problem: Portmanteau&#8217;ed Prepositions</a></li>
<li><a href='http://mitcho.com/blog/projects/automating-the-linguists-job/' rel='bookmark' title='Automating the Linguist&#8217;s Job'>Automating the Linguist&#8217;s Job</a></li>
<li><a href='http://mitcho.com/blog/how-to/adding-your-language-to-ubiquity-parser-2/' rel='bookmark' title='Adding Your Language to Ubiquity Parser 2'>Adding Your Language to Ubiquity Parser 2</a></li>
</ol>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://mitcho.com/blog/projects/inside-the-argument/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

