<?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; Danish</title>
	<atom:link href="http://mitcho.com/blog/tag/danish/feed/" rel="self" type="application/rss+xml" />
	<link>http://mitcho.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 19:14:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>This week on Ubiquity Parser: The Next Generation</title>
		<link>http://mitcho.com/blog/projects/this-week-on-ubiquity-parser-the-next-generation/</link>
		<comments>http://mitcho.com/blog/projects/this-week-on-ubiquity-parser-the-next-generation/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 06:30:31 +0000</pubDate>
		<dc:creator>mitcho</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Danish]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[French]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[Japanese language]]></category>
		<category><![CDATA[l10n]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[Mozilla Planet]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[ubiquity]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://mitcho.com/blog/?p=1680</guid>
		<description><![CDATA[Last week I released a proof-of-concept demo of the next generation Ubiquity parser design and it was also the focus of discussion in our weekly internationalization meeting.1 Christian Sonne even wrote a Danish plugin for it during the meeting—a testament to the pluggability and of the new parser design. In addition, at the Ubiquity weekly [...]


Related posts:<ol><li><a href='http://mitcho.com/blog/projects/foxkeh-demos-ubiquity-parser-the-next-generation/' rel='bookmark' title='Permanent Link: Foxkeh demos Ubiquity Parser: The Next Generation'>Foxkeh demos Ubiquity Parser: The Next Generation</a></li>
<li><a href='http://mitcho.com/blog/projects/ubiquity-parser-the-next-generation-demo/' rel='bookmark' title='Permanent Link: Ubiquity Parser: The Next Generation Demo'>Ubiquity Parser: The Next Generation Demo</a></li>
<li><a href='http://mitcho.com/blog/projects/big-issues-and-small-issues-with-parser-2/' rel='bookmark' title='Permanent Link: Big Issues and Small Issues with Parser 2'>Big Issues and Small Issues with Parser 2</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://mitcho.com/blog/wp-content/uploads/2009/03/parsertng.png" alt="parsertng.png" border="0" width="649" height="277" /></p>

<p><a href="http://mitcho.com/blog/projects/ubiquity-parser-the-next-generation-demo/">Last week</a> I released <a href="http://mitcho.com/code/ubiquity/parser-demo/">a proof-of-concept demo</a> of the <a href="https://wiki.mozilla.org/User:Mitcho/ParserTNG">next generation Ubiquity parser design</a> and it was also the focus of discussion in <a href="https://wiki.mozilla.org/Labs/Ubiquity/Meetings/2009-03-24_i18n_Meeting">our weekly internationalization meeting</a>.<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup> Christian Sonne even wrote a Danish plugin for it during the meeting—a testament to the pluggability and of the new parser design.</p>

<p>In addition, at <a href="https://wiki.mozilla.org/Labs/Ubiquity/Meetings/2009-03-25_Weekly_Meeting">the Ubiquity weekly meeting</a>, pushing this new parser into Ubiquity proper was identified as <a href="https://wiki.mozilla.org/Labs/Ubiquity/0.2_Roadmap_Proposals">a key goal of Ubiquity 0.2</a>, making frequent iteration and debate over this parser essential.</p>

<p>To that end, I&#8217;ll highlight some of the changes made to the parser demo <a href="http://bitbucket.org/mitcho/ubiquity-playground/">codebase</a> in the past week:
<span id="more-1680"></span></p>

<ul>
<li><a href="http://en.wikipedia.org/wiki/left-branching">left-branching</a> support and a Japanese parser</li>
<li>basic French parser</li>
<li>a timer display</li>
<li>Danish parser by Christian Sonne</li>
<li>synonyms: as an example, you can now use &#8220;purchase&#8221; or &#8220;buy,&#8221; both of which point to the same verb.</li>
<li>verb name localizations: you no longer need to use the English verb names with different languages. (Currently only Japanese has any verb localizations.)</li>
<li>a number of optimizations and corrections</li>
</ul>

<p>I encourage you to check out the demo again or <a href="http://bitbucket.org/mitcho/ubiquity-playground/">check out the source on BitBucket</a>.</p>

<h3><a href="http://mitcho.com/code/ubiquity/parser-demo/">➔ Ubiquity Parser: The Next Generation demo</a></h3>

<p>I&#8217;d love to get comments, patches, or additional parsers! Thanks! ^^</p>

<div class="footnotes">
<hr />
<ol>

<li id="fn:1">
<p>The weekly internationalization meeting, like all Ubiquity weekly meetings, are completely open to the public. We&#8217;d love to hear new voices contribute to the discussion! Take a look at <a href="https://wiki.mozilla.org/Labs/Ubiquity/Meetings">the schedule of upcoming meetings</a>.&#160;<a href="#fnref:1" rev="footnote">&#8617;</a></p>
</li>

</ol>
</div>


<p>Related posts:<ol><li><a href='http://mitcho.com/blog/projects/foxkeh-demos-ubiquity-parser-the-next-generation/' rel='bookmark' title='Permanent Link: Foxkeh demos Ubiquity Parser: The Next Generation'>Foxkeh demos Ubiquity Parser: The Next Generation</a></li>
<li><a href='http://mitcho.com/blog/projects/ubiquity-parser-the-next-generation-demo/' rel='bookmark' title='Permanent Link: Ubiquity Parser: The Next Generation Demo'>Ubiquity Parser: The Next Generation Demo</a></li>
<li><a href='http://mitcho.com/blog/projects/big-issues-and-small-issues-with-parser-2/' rel='bookmark' title='Permanent Link: Big Issues and Small Issues with Parser 2'>Big Issues and Small Issues with Parser 2</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://mitcho.com/blog/projects/this-week-on-ubiquity-parser-the-next-generation/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
