<?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>Kevin Godby &#187; linguistics</title>
	<atom:link href="http://kevin.godby.org/category/linguistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevin.godby.org</link>
	<description>My Weblog</description>
	<lastBuildDate>Mon, 17 May 2010 17:40:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TagNinja and Ninja Day</title>
		<link>http://kevin.godby.org/2007/12/05/tagninja-and-ninja-day/</link>
		<comments>http://kevin.godby.org/2007/12/05/tagninja-and-ninja-day/#comments</comments>
		<pubDate>Thu, 06 Dec 2007 01:13:15 +0000</pubDate>
		<dc:creator>Kevin Godby</dc:creator>
				<category><![CDATA[linguistics]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://kevin.godby.org/2007/12/05/tagninja-and-ninja-day/</guid>
		<description><![CDATA[So being Ninja Day and all, I&#8217;m happy to announce the alpha release of TagNinja. TagNinja is the result of a class project that Jesse and I worked on. To play TagNinja, just match the proper definition with the highlighted word. By playing, you&#8217;ll be teaching computers how to figure out which definition it should [...]]]></description>
			<content:encoded><![CDATA[<p>So being <a href="http://www.askaninja.com/node/1716" title="Ask a Ninja: Ninja Day">Ninja Day</a> and all, I&#8217;m happy to announce the alpha release of <a href="http://tagninja.org" title="TagNinja">TagNinja</a>.</p>
<p>TagNinja is the result of a class project that Jesse and I worked on.  To play TagNinja, just match the proper definition with the highlighted word.  By playing, you&#8217;ll be teaching computers how to figure out which definition it should use for a word in a particular sentence.  Then we&#8217;ll be able to bark out orders to our computers just like in <i>Star Trek</i>!</p>
<p style="text-align: center;"><a href='http://kevin.godby.org/wp-content/uploads/2007/12/ninjas.png' title='Corpora Storm and Shadow Parser'><img src='http://kevin.godby.org/wp-content/uploads/2007/12/ninjas.png' alt='Corpora Storm and Shadow Parser' /></a><br/><small class="caption">Corpora Storm and Shadow Parser</small></p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.godby.org/2007/12/05/tagninja-and-ninja-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final Projects</title>
		<link>http://kevin.godby.org/2006/04/28/final-projects/</link>
		<comments>http://kevin.godby.org/2006/04/28/final-projects/#comments</comments>
		<pubDate>Fri, 28 Apr 2006 09:09:49 +0000</pubDate>
		<dc:creator>Kevin Godby</dc:creator>
				<category><![CDATA[hci]]></category>
		<category><![CDATA[linguistics]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://kevin.godby.org/2006/04/28/final-projects/</guid>
		<description><![CDATA[I just finished compiling our final report for Project Icarus and submitted it to Alex. So one final project has been completed. The only one I have left now is my linguistics project. Here&#8217;s the introduction that Jesse wrote about Project Icarus: Since the beginning of time humans have watched birds soar through the air [...]]]></description>
			<content:encoded><![CDATA[<p>
I just finished compiling our final report for <a href="/projects/icarus/" title="Project Icarus">Project Icarus</a> and submitted it to <a href="http://www.cs.iastate.edu/~alex/" title="Alexander Stoytchev">Alex</a>.  So one final project has been completed.  The only one I have left now is my <a href="http://pendar.public.iastate.edu/ling520/" title="Computational Analysis of English">linguistics</a> project.
</p>
<p>
Here&#8217;s the introduction that Jesse wrote about <a href="/projects/icarus/" title="Project Icarus">Project Icarus</a>:
</p>
<blockquote><p>
Since the beginning of time humans have watched birds soar through the air and have dreamed of doing the same. However, the laws of physics have conspired to make that dream difficult, if not impossible, for a single human under his or her own power. Fortunately, we are not constrained by physical law in virtual worlds so we can come close to fulfilling this dream for many. Our primary objective for this project is to allow a person to navigate a virtual world as if they are flying by flapping their arms like wings. A secondary objective for this project is to minimize the equipment the user must interacts with in order to experience self-powered flight. Ideally the user will enter a virtual reality <acronym title="Cave Automatic Virtual Environment">CAVE</acronym>, start the program and fly.
</p>
</blockquote>
<p>
We demonstrated the program to our classmates and won first place in the class competition.  The prize was $50 which <em>almost</em> covered the cost of the hardware we had purchased for the project (excluding the camera equipment that I purchased).  I posted an excerpt of the <a href="http://kevin.godby.org/wp-content/uploads/2007/02/icarus-demonstration.avi" title="Demonstration of Project Icarus">video</a> of the poster competition on the Icarus website along with some <a href="/projects/icarus/videos/" title="Project Icarus videos">other videos</a>.  <a href="http://ethanjohn.org/" title="Ethan Slattery's web site">Ethan</a> gave a good interview while I stood idly by in the background.
</p>
<p>
The remaining final project is for my linguistics class.  I&#8217;m working on a natural language search program that interfaces with the <a href="http://www.imdb.com/" title="Internet Movie Database"><acronym title="Internet Movie Database">IMDB</acronym></a> database.  So far it only understands sentences such as “Who starred in <i>Harry Potter</i>?”  I&#8217;ll be adding more grammar and sentences to it this weekend since I have to demonstrate it for the instructor on Monday.
</p>
<p>
And if finishing that project wasn&#8217;t enough, I need to write a bunch of code to improve the wheat combine simulator because some John Deere people are coming by on Tuesday to see what we&#8217;ve got so far.  That&#8217;s right—Tuesday of <em>finals week</em>!  Can they have worse timing?
</p>
<p>
To bed now… I&#8217;m going to have a work-filled day tomorrow—er, later this morning.</p>
]]></content:encoded>
			<wfw:commentRss>http://kevin.godby.org/2006/04/28/final-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.vrac.iastate.edu/~godbyk/icarus/videos/icarus-demonstration.avi" length="36109826" type="video/x-msvideo" />
<enclosure url="http://kevin.godby.org/wp-content/uploads/2007/02/icarus-demonstration.avi" length="36109826" type="video/x-msvideo" />
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.232 seconds -->

