<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Speeling problems? Trie F#.</title>
	<atom:link href="http://blog.lab49.com/archives/2841/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.lab49.com/archives/2841</link>
	<description>Technology and industry insights from Lab49.</description>
	<lastBuildDate>Sat, 24 Sep 2011 08:33:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Kalani Thielen</title>
		<link>http://blog.lab49.com/archives/2841/comment-page-1#comment-113079</link>
		<dc:creator>Kalani Thielen</dc:creator>
		<pubDate>Wed, 11 Mar 2009 14:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lab49.com/archives/2841#comment-113079</guid>
		<description>Also, just to provide a little more detail on how efficient this method is...

On my (underpowered) laptop, this program initializes the dictionary-trie from my ~0.5MB unix dictionary file in 0.18 seconds and it checks/corrects the entire text of Huckleberry Finn (~0.5MB as well -- and a lot of words that need correction) in a little less than a second.

This basic efficiency should also extend to most changes made to this method to make it more sophisticated (e.g.: sorting on likelihood of a word in context).</description>
		<content:encoded><![CDATA[<p>Also, just to provide a little more detail on how efficient this method is&#8230;</p>
<p>On my (underpowered) laptop, this program initializes the dictionary-trie from my ~0.5MB unix dictionary file in 0.18 seconds and it checks/corrects the entire text of Huckleberry Finn (~0.5MB as well &#8212; and a lot of words that need correction) in a little less than a second.</p>
<p>This basic efficiency should also extend to most changes made to this method to make it more sophisticated (e.g.: sorting on likelihood of a word in context).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

