<?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>Lexicon &#8211; Harry Jackson</title>
	<atom:link href="http://127.0.0.1:8090/tag/lexicon/feed" rel="self" type="application/rss+xml" />
	<link>http://127.0.0.1:8090</link>
	<description>Parent, Painter, Programmer</description>
	<lastBuildDate>Fri, 22 Oct 2004 04:05:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Lexicon</title>
		<link>http://127.0.0.1:8090/lexicon.htm</link>
					<comments>http://127.0.0.1:8090/lexicon.htm#respond</comments>
		
		<dc:creator><![CDATA[harry]]></dc:creator>
		<pubDate>Fri, 22 Oct 2004 04:05:27 +0000</pubDate>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Lexicon]]></category>
		<category><![CDATA[Search engine]]></category>
		<guid isPermaLink="false">http://www.hjackson.org/wp/?p=190</guid>

					<description><![CDATA[I have started the process of building the lexicon for my search engine. Its actually surprising how slow the list of words increases. This is partly due to me being quite strict in my definition of what constitutes a word. A normal search engine would need to be able to work with all sorts of &#8230; <p class="link-more"><a href="http://127.0.0.1:8090/lexicon.htm" class="more-link">Continue reading<span class="screen-reader-text"> "Lexicon"</span></a></p>]]></description>
										<content:encoded><![CDATA[<p>I have started the process of building the lexicon for my <a href="http://www.thebananatree.org">search engine</a>. Its actually surprising how slow the list of words increases. This is partly due to me being quite strict in my definition of what constitutes a word. A normal search engine would need to be able to work with all sorts of arbitrary strings (I am not even considering encodings yet) but due to hardware constraints I have limited myself to Perl&#8217;s<br />
m/\w/<br />
if it doesn&#8217;t match this it won&#8217;t go in the lexicon. I know this is a bit harsh but unfortunately I don&#8217;t have several hundred machines in a cluster to play with like the other search engines ;). I think if I get over one million terms in the lexicon I will be doing OK.</p>
]]></content:encoded>
					
					<wfw:commentRss>http://127.0.0.1:8090/lexicon.htm/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
