<?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>Α Try αt Hαskeλλ in Λinguistics</title>
	<atom:link href="http://haskell.krowland.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://haskell.krowland.net</link>
	<description>Functional programming and linguistics</description>
	<lastBuildDate>Mon, 07 Nov 2011 21:21:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Thumbs down version</title>
		<link>http://haskell.krowland.net/?p=519</link>
		<comments>http://haskell.krowland.net/?p=519#comments</comments>
		<pubDate>Mon, 07 Nov 2011 21:13:17 +0000</pubDate>
		<dc:creator>Koen Roelandt</dc:creator>
				<category><![CDATA[natural language processing]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=519</guid>
		<description><![CDATA[It works The last few weeks, I have been finishing the first version of the posTagger. And I&#8217;m thrilled to announce that it works. The posTagger currently: Analyses a training file and builds a list with tokens and their most frequent tag. Tags the tokens in the patching file. Unknown tokens are tagged as nouns [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=519</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backtrack to the horizon, you Road Runner!</title>
		<link>http://haskell.krowland.net/?p=510</link>
		<comments>http://haskell.krowland.net/?p=510#comments</comments>
		<pubDate>Tue, 04 Oct 2011 20:57:49 +0000</pubDate>
		<dc:creator>Koen Roelandt</dc:creator>
				<category><![CDATA[Brown Corpus]]></category>
		<category><![CDATA[natural language processing]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=510</guid>
		<description><![CDATA[Do the backtrack Whenever exploring the Canadian wild, you should sing to scare off bears, wolves, cougars and squirrels. You should also backtrack now and again, just to make sure that you are where you think you are. Brill&#8217;s tagger is not exactly a prime example of Canadian scenery and I do not sing while [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=510</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The beft n-grams. Ever.</title>
		<link>http://haskell.krowland.net/?p=507</link>
		<comments>http://haskell.krowland.net/?p=507#comments</comments>
		<pubDate>Wed, 21 Sep 2011 20:29:02 +0000</pubDate>
		<dc:creator>Koen Roelandt</dc:creator>
				<category><![CDATA[natural language processing]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=507</guid>
		<description><![CDATA[A few months ago, I was working on n-grams in the Brown Corpus and I was wondering about the speed of my Haskell application. And that seemed so important. And then some people from Harvard, MIT, the American Heritage Dictionary, the Encyclopedia Britannica, the Google got together and did this. 5 million books. 2 billion [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=507</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Va, vis, deviens</title>
		<link>http://haskell.krowland.net/?p=501</link>
		<comments>http://haskell.krowland.net/?p=501#comments</comments>
		<pubDate>Mon, 19 Sep 2011 18:21:13 +0000</pubDate>
		<dc:creator>Koen Roelandt</dc:creator>
				<category><![CDATA[Brown Corpus]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[nlpwp.org]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=501</guid>
		<description><![CDATA[Instead of writing code like crazy, I&#8217;m reading documentation on Brill&#8217;s tagger. The first interesting text is Eric Brill&#8217;s dissertation A Corpus-Based Approach to Language Learning, where he describes a method for transformation-based tagging. It seems that a few of my questions are being answered in his thesis, so I will work my way through it [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=501</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When God Created the Coffee Break</title>
		<link>http://haskell.krowland.net/?p=494</link>
		<comments>http://haskell.krowland.net/?p=494#comments</comments>
		<pubDate>Tue, 06 Sep 2011 20:53:06 +0000</pubDate>
		<dc:creator>Koen Roelandt</dc:creator>
				<category><![CDATA[Brown Corpus]]></category>
		<category><![CDATA[Haskell code]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[nlpwp.org]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=494</guid>
		<description><![CDATA[I haven&#8217;t been posting a lot lately, but I have been working on the POS tagger. Trust me :-). The last few weeks, I put emphasis on rewriting the tagger built by Daniël de Kok and Harm Brouwer (www.nlpwp.org, based on an article by Eric Brill). I tried to understand the functions and capture them [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=494</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Travel is Dangerous</title>
		<link>http://haskell.krowland.net/?p=485</link>
		<comments>http://haskell.krowland.net/?p=485#comments</comments>
		<pubDate>Thu, 11 Aug 2011 18:20:14 +0000</pubDate>
		<dc:creator>Koen Roelandt</dc:creator>
				<category><![CDATA[Brown Corpus]]></category>
		<category><![CDATA[Haskell code]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[nlpwp.org]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=485</guid>
		<description><![CDATA[I haven&#8217;t posted something for a while, but I have been programming and rewriting parts of the posTagger from www.nlpwp.org: the tagger now works with three different files (training, testing, evaluation) it is trained based on the frequency of tags and adds the most common tag (&#8220;NN&#8221;). Next step is the implementation of transformational rules, [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=485</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The weight</title>
		<link>http://haskell.krowland.net/?p=477</link>
		<comments>http://haskell.krowland.net/?p=477#comments</comments>
		<pubDate>Tue, 05 Jul 2011 17:37:17 +0000</pubDate>
		<dc:creator>Koen Roelandt</dc:creator>
				<category><![CDATA[natural language processing]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=477</guid>
		<description><![CDATA[A short post again. I wrote functions that add the default &#8220;NN&#8221; tag to the model if the token does not contain a tag. More precisely: when the tag value is Nothing instead of Just a tag. I also copied some functions that should run the model against an untagged test file. The distinction between [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=477</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LittleByLittle</title>
		<link>http://haskell.krowland.net/?p=470</link>
		<comments>http://haskell.krowland.net/?p=470#comments</comments>
		<pubDate>Thu, 30 Jun 2011 19:10:10 +0000</pubDate>
		<dc:creator>Koen Roelandt</dc:creator>
				<category><![CDATA[Haskell code]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[nlpwp.org]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=470</guid>
		<description><![CDATA[I wrote the first functions for the POS-tagger, all of them are based on the work at www.nlpwp.org. The types are the main difference here: Harm Brouwer and Daniël de Kok create a new data type, while I just use type synonyms. That way, the TokenTag type is basically a tuple containing two Strings. It [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=470</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Plan</title>
		<link>http://haskell.krowland.net/?p=466</link>
		<comments>http://haskell.krowland.net/?p=466#comments</comments>
		<pubDate>Tue, 28 Jun 2011 17:07:55 +0000</pubDate>
		<dc:creator>Koen Roelandt</dc:creator>
				<category><![CDATA[Brown Corpus]]></category>
		<category><![CDATA[natural language processing]]></category>
		<category><![CDATA[nlpwp.org]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=466</guid>
		<description><![CDATA[My imitation of the POS-tagger at www.nlpwp.org was finished today and everything seems to work. Seems. The problem is that the nlpwp tagger was written for the sake of instruction and is not supposed to be a working application. The success of frequency-based tagging is evaluated, but the performance of the transformation-based tagging remains unclear, [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=466</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dragon Reborn</title>
		<link>http://haskell.krowland.net/?p=459</link>
		<comments>http://haskell.krowland.net/?p=459#comments</comments>
		<pubDate>Mon, 27 Jun 2011 17:53:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[natural language processing]]></category>

		<guid isPermaLink="false">http://haskell.krowland.net/?p=459</guid>
		<description><![CDATA[It&#8217;s been a while since I wrote a post for this weblog, and there are some (good) reasons: I&#8217;ve been very busy, both at work and at home. I relapsed into an old habit: reading The Wheel of Time. Parents, beware! Do not let your children read this stuff! I took a stroll into a [...]]]></description>
		<wfw:commentRss>http://haskell.krowland.net/?feed=rss2&#038;p=459</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

