<?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>Fellinghaug Blog &#187; school</title>
	<atom:link href="http://asbjorn.fellinghaug.com/blog/category/school/feed/" rel="self" type="application/rss+xml" />
	<link>http://asbjorn.fellinghaug.com/blog</link>
	<description>&#62;&#62;&#62; from fellinghaug import asbjorn; asbjorn.play()</description>
	<lastBuildDate>Thu, 19 Nov 2009 21:22:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The code for my master thesis</title>
		<link>http://asbjorn.fellinghaug.com/blog/2008/08/the-code-for-my-master-thesis/</link>
		<comments>http://asbjorn.fellinghaug.com/blog/2008/08/the-code-for-my-master-thesis/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 10:06:04 +0000</pubDate>
		<dc:creator>Asbjørn Alexander Fellinghaug</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[bigram]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[phrase]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://asbjorn.fellinghaug.com/blog/?p=52</guid>
		<description><![CDATA[Hi everyone.
I have now rewritten some items in the source code of my master thesis, in addition to write some javadoc to make it more comprehensible. So, I will now publish the whole code &#8211; a lot later than initial planned though. I&#8217;m not however totally satisfied with the final code, since it may give [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everyone.</p>
<p>I have now rewritten some items in the source code of my master thesis, in addition to write some javadoc to make it more comprehensible. So, I will now publish the whole code &#8211; a lot later than initial planned though. I&#8217;m not however totally satisfied with the final code, since it may give the impression that it is a &#8220;run-and-play&#8221; code, which it is not. Also, I would recommend reading my <a title="Master thesis" href="http://asbjorn.fellinghaug.com/blog/master-thesis/">master thesis</a>, as a lot of the concepts in the source code is in much more extent defined there.</p>
<p>I would also like to emphasize that the important thing in the source code is the <strong>DocumentAnalyzer.java</strong>#PhraseFilter3, which is responsible for manipulating the Lucene index into promoting phrase searching capabilities, as discussed in my master thesis.</p>
<p><a href="http://asbjorn.fellinghaug.com/blog/wp-content/uploads/2008/08/lucene_green_300.gif"><img class="alignnone size-medium wp-image-53" title="lucene_green_300" src="http://asbjorn.fellinghaug.com/blog/wp-content/uploads/2008/08/lucene_green_300.gif" alt="" width="300" height="46" /></a></p>
<p>The code is available in both tar.gz and zip compression:</p>
<ul>
<li><a title="Baldr code" href="http://asbjorn.fellinghaug.com/filer/master/Baldr_code.tar.gz">Baldr_code.tar.gz</a></li>
<li><a title="Baldr code" href="http://asbjorn.fellinghaug.com/filer/master/Baldr_code.zip">Baldr_code.zip</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://asbjorn.fellinghaug.com/blog/2008/08/the-code-for-my-master-thesis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My master thesis</title>
		<link>http://asbjorn.fellinghaug.com/blog/2008/06/my-master-thesis/</link>
		<comments>http://asbjorn.fellinghaug.com/blog/2008/06/my-master-thesis/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 09:12:43 +0000</pubDate>
		<dc:creator>Asbjørn Alexander Fellinghaug</dc:creator>
				<category><![CDATA[lucene]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://asbjorn.fellinghaug.com/blog/?p=36</guid>
		<description><![CDATA[Since my master thesis is now delivered, I will dedicate some time to clean up the code and thoroughly document it. When I&#8217;m finished and the code is clean, I will make it freely available to the Apache Lucene community.
I will also make my master thesis freely available for download (see my &#8220;master thesis&#8221; page [...]]]></description>
			<content:encoded><![CDATA[<p>Since my master thesis is now delivered, I will dedicate some time to clean up the code and thoroughly document it. When I&#8217;m finished and the code is clean, I will make it freely available to the Apache Lucene community.</p>
<p>I will also make my master thesis freely available for download (see my <a href="http://asbjorn.fellinghaug.com/blog/master-thesis/">&#8220;master thesis&#8221;</a> page for more info), so documentation regarding the code is somewhat covered by the thesis. Also, the abstract goals for the code (since the code reflects the experiment) is outlined in the thesis, in addition to a presentation regarding the results and observations made.</p>
<p>Since I&#8217;m a huge fan of Python, I also thought of experiment with the performance of python and my bigram index. I would love to further enhance and maybe introduce some new improvements and such.. In time, I will create a project page for the &#8220;Bigram index&#8221; beneath my future django/turbogears website <a title="Asbjørn Alexander Fellinghaug" href="http://asbjorn.fellinghaug.com">http://asbjorn.fellinghaug.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://asbjorn.fellinghaug.com/blog/2008/06/my-master-thesis/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My master thesis is complete</title>
		<link>http://asbjorn.fellinghaug.com/blog/2008/06/my-master-thesis-is-complete/</link>
		<comments>http://asbjorn.fellinghaug.com/blog/2008/06/my-master-thesis-is-complete/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 11:28:52 +0000</pubDate>
		<dc:creator>Asbjørn Alexander Fellinghaug</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dia]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[diploma]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://asbjorn.fellinghaug.com/blog/?p=35</guid>
		<description><![CDATA[Woho!
I&#8217;ve finally completed and delivered my master thesis. At exactly kl.23.54 yesterday (Sunday 8.June 2008), I delivered my master thesis to my faculty delivery system, also know as DAIM. It was a huge relief..  

In a short time, I will provide the PDF here, as well as code and such.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Woho!</p>
<p style="text-align: left;">I&#8217;ve finally completed and delivered my master thesis. At exactly kl.23.54 yesterday (Sunday 8.June 2008), I delivered my master thesis to my faculty delivery system, also know as DAIM. It was a huge relief.. <img src='http://asbjorn.fellinghaug.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: left;">
<p style="text-align: left;">In a short time, I will provide the PDF here, as well as code and such.</p>
]]></content:encoded>
			<wfw:commentRss>http://asbjorn.fellinghaug.com/blog/2008/06/my-master-thesis-is-complete/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Master rapport snart ferdig</title>
		<link>http://asbjorn.fellinghaug.com/blog/2008/04/master-rapport-snart-ferdig/</link>
		<comments>http://asbjorn.fellinghaug.com/blog/2008/04/master-rapport-snart-ferdig/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 12:50:33 +0000</pubDate>
		<dc:creator>Asbjørn Alexander Fellinghaug</dc:creator>
				<category><![CDATA[school]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://asbjorn.fellinghaug.com/wp/?p=15</guid>
		<description><![CDATA[Woho, deadline for master rapporten (også kjent som &#8220;Diplomen&#8221;) nærmer seg med stormskritt. Litt i overkant av en måned igjen til deadline (1.Juni). Blir en voldsom mengde espresso og sene kvelder fremover, da det bestandig er ting man bare må forandre på.

For alle andre som skal eller driver på å skriver diplomen sin, så vil [...]]]></description>
			<content:encoded><![CDATA[<p>Woho, deadline for master rapporten (også kjent som &#8220;Diplomen&#8221;) nærmer seg med stormskritt. Litt i overkant av en måned igjen til deadline (1.Juni). Blir en voldsom mengde espresso og sene kvelder fremover, da det bestandig er ting man bare <strong>må</strong> forandre på.</p>
<p><a href="http://asbjorn.fellinghaug.com/wp/wp-content/uploads/2008/04/dsc00719.jpg"><img class="alignnone size-medium wp-image-16" title="Leseplass" src="http://asbjorn.fellinghaug.com/wp/wp-content/uploads/2008/04/dsc00719-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>For alle andre som skal eller driver på å skriver diplomen sin, så vil jeg bare ønske dere lykke til. Det kan i begynnelsen virke som en ubestridelig stor oppgave, men såfremt man tar det et steg av gangen så er det faktisk lys i enden av tunnelen.</p>
<p>En annen ting: Kreativiteten for <strong>alt</strong> annet enn selve master oppgaven vokser med ca 80%!</p>
]]></content:encoded>
			<wfw:commentRss>http://asbjorn.fellinghaug.com/blog/2008/04/master-rapport-snart-ferdig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
