<?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; typology</title>
	<atom:link href="http://mitcho.com/blog/tag/typology/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>Where&#8217;s The Verb?</title>
		<link>http://mitcho.com/blog/observation/wheres-the-verb/</link>
		<comments>http://mitcho.com/blog/observation/wheres-the-verb/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 07:10:20 +0000</pubDate>
		<dc:creator>mitcho</dc:creator>
				<category><![CDATA[observation]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[infinitive]]></category>
		<category><![CDATA[linguistics]]></category>
		<category><![CDATA[Mozilla Planet]]></category>
		<category><![CDATA[parser]]></category>
		<category><![CDATA[subjunctive]]></category>
		<category><![CDATA[typology]]></category>
		<category><![CDATA[ubiquity]]></category>
		<category><![CDATA[verb-final]]></category>
		<category><![CDATA[verbs]]></category>

		<guid isPermaLink="false">http://mitcho.com/blog/?p=1647</guid>
		<description><![CDATA[Ubiquity&#8217;s proposed new parser design is based on a principles and parameters philosophy: we can build an underlying universal parser and, for each individual language, we simply set some &#8220;parameters&#8221; to tell the parser how to act. As we consider the design&#8217;s pros and cons, it&#8217;s important to reflect back on the linguistic data and [...]


Related posts:<ol><li><a href='http://mitcho.com/blog/projects/exploring-command-chaining-in-ubiquity-part-2/' rel='bookmark' title='Permanent Link: Exploring Command Chaining in Ubiquity: Part 2'>Exploring Command Chaining in Ubiquity: Part 2</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>
<li><a href='http://mitcho.com/blog/projects/ubiquity-i18n-questions-to-ask/' rel='bookmark' title='Permanent Link: Ubiquity i18n: questions to ask'>Ubiquity i18n: questions to ask</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>Ubiquity&#8217;s <a href="https://wiki.mozilla.org/User:Mitcho/ParserTNG">proposed new parser design</a> is based on a <a href="http://en.wikipedia.org/wiki/principles and parameters">principles and parameters</a> philosophy: we can build an underlying universal parser and, for each individual language, we simply set some &#8220;parameters&#8221; to tell the parser how to act. As we consider the design&#8217;s pros and cons, it&#8217;s important to reflect back on the linguistic data and see if this architecture can adequately handle the range of linguistic data attested in our languages.</p>

<p>Today I&#8217;ll examine highlight some disparate typological data to help us understand these questions: <strong>where&#8217;s the verb?</strong> and <strong>what does the verb look like?</strong>
<span id="more-1647"></span>
There are broadly three different verb forms taken in commands in different languages:<sup id="fnref:1"><a href="#fn:1" rel="footnote">1</a></sup></p>

<ol>
<li>the <a href="http://en.wikipedia.org/wiki/infinitive">infinitive</a>,</li>
<li><a href="http://en.wikipedia.org/wiki/subjunctive mood">subjunctive mood</a>, or</li>
<li>a special verb form such as <a href="http://en.wikipedia.org/wiki/imperative">imperative</a>, <a href="http://en.wikipedia.org/wiki/participial">participial</a>, or conjunctive (such as Japanese <a href="http://en.wikipedia.org/wiki/Japanese verb conjugations#Te_form">て form</a>)</li>
</ol>

<p>Let&#8217;s give an example of each:</p>

<p><strong>Infinitive</strong> (English):<sup id="fnref:2"><a href="#fn:2" rel="footnote">2</a></sup></p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="english" style="font-family:monospace;">Hit me!</pre></td></tr></table></div>


<p><strong>Subjunctive mood</strong> (Modern Greek): &#8220;Eat it all!&#8221;</p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>2
3
</pre></td><td class="code"><pre class="english" style="font-family:monospace;">Na   to fas olo!
SUBJ it eat all</pre></td></tr></table></div>


<p><strong>Imperative form</strong> (French): &#8220;Eat it!&#8221;</p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>4
5
</pre></td><td class="code"><pre class="french" style="font-family:monospace;">Mange   -le!
eat.IMP it</pre></td></tr></table></div>


<p>It&#8217;s important to note that some languages have <em>multiple forms available</em> for the same command. For example:</p>

<p><strong>Dutch</strong>: three ways to say &#8220;watch out!&#8221; with the same verb</p>

<ol>
<li>Infinitive: <code>Oppassen!</code></li>
<li>Imperative: <code>Pas op!</code></li>
<li>Participial: <code>Opgepast!</code></li>
</ol>

<p>Similarly, I received <a href="http://mitcho.com/blog/projects/ubiquity-i18n-questions-to-ask/#comment-974">a great comment by PhiliKON</a> on German and <a href="http://mitcho.com/blog/projects/ubiquity-i18n-questions-to-ask/#comment-980">associated data by Robert Kaiser</a> on my blog post yesterday:</p>

<p><strong>German</strong>: &#8220;search hello with google&#8221;</p>

<ol>
<li>Infinitive: <code>hello mit google suchen</code></li>
<li>Imperative: <code>suche hello mit google</code></li>
</ol>

<p>In addition, German and Dutch are interesting as they are <a href="http://en.wikipedia.org/wiki/V2 word order">verb second (V2)</a> languages, so the verb may surface at the beginning or the end of the sentence, depending on the form.</p>

<p>The <a href="https://wiki.mozilla.org/User:Mitcho/ParserTNG">new parser design</a> (which <a href="http://mitcho.com/code/ubiquity/parser-demo/">you can demo</a>) assumes for simplicity that the verb should be found at the beginning or the end of the input, which is consistent with the data I&#8217;ve seen (modulo <a href="http://en.wikipedia.org/wiki/Clitic#Clitics_in_Romance_languages">clitics</a>). Multiple verb forms could be accounted for by supporting &#8220;synonyms&#8221; of the verbs.</p>

<p><strong>What are the different ways verbs are expressed in commands in your language? Is the verb always found at the beginning or the end of the sentence? Is it ever somewhere in the middle?</strong></p>

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

<li id="fn:1">
<p>Some of the data and theoretical support for this section comes from, among other sources, Sabine Iatridou&#8217;s <a href="http://web.mit.edu/linguistics/people/faculty/iatridou/de_modo_imperativo.pdf">De Modo Imperativo</a> lecture notes.&#160;<a href="#fnref:1" rev="footnote">&#8617;</a></p>
</li>

<li id="fn:2">
<p>Many refer to this in English as an &#8220;imperative form,&#8221; but in Modern English this is arguably the same as the infinitive.&#160;<a href="#fnref:2" rev="footnote">&#8617;</a></p>
</li>

</ol>
</div>


<p>Related posts:<ol><li><a href='http://mitcho.com/blog/projects/exploring-command-chaining-in-ubiquity-part-2/' rel='bookmark' title='Permanent Link: Exploring Command Chaining in Ubiquity: Part 2'>Exploring Command Chaining in Ubiquity: Part 2</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>
<li><a href='http://mitcho.com/blog/projects/ubiquity-i18n-questions-to-ask/' rel='bookmark' title='Permanent Link: Ubiquity i18n: questions to ask'>Ubiquity i18n: questions to ask</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/observation/wheres-the-verb/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
