<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: How to Write a Spelling Corrector</title>
	<atom:link href="http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/feed/" rel="self" type="application/rss+xml" />
	<link>http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/</link>
	<description>__asm { int 3h }</description>
	<lastBuildDate>Wed, 18 Mar 2009 22:28:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yassine Benjira</title>
		<link>http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-194</link>
		<dc:creator>Yassine Benjira</dc:creator>
		<pubDate>Wed, 18 Mar 2009 22:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-194</guid>
		<description>Thanks for the code
I think there&#039;s a bug in the code. The transposition edit should be 
word.substr(0, i) + word[i+1] + word[i] + word.substr(i + 2) instead of word.substr(0, i) + word[i+1] + word.substr(i + 2)</description>
		<content:encoded><![CDATA[<p>Thanks for the code<br />
I think there&#8217;s a bug in the code. The transposition edit should be<br />
word.substr(0, i) + word[i+1] + word[i] + word.substr(i + 2) instead of word.substr(0, i) + word[i+1] + word.substr(i + 2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maps using string keys &#171; Felipe Farinon</title>
		<link>http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-193</link>
		<dc:creator>Maps using string keys &#171; Felipe Farinon</dc:creator>
		<pubDate>Tue, 17 Mar 2009 13:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-193</guid>
		<description>[...] in C++    In the spelling corrector article we read a whole file in memory and hold it&#8217;s data in a std::string object, and then we use a [...]</description>
		<content:encoded><![CDATA[<p>[...] in C++    In the spelling corrector article we read a whole file in memory and hold it&#8217;s data in a std::string object, and then we use a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scarvenger</title>
		<link>http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-97</link>
		<dc:creator>scarvenger</dc:creator>
		<pubDate>Fri, 10 Oct 2008 13:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-97</guid>
		<description>Hey Oleg,

Thank You :)
The code is actually running pretty fast but yes, it can still be improved, I think I will write another post in the blog just for that subject ok?

Regards,
Felipe Farinon.</description>
		<content:encoded><![CDATA[<p>Hey Oleg,</p>
<p>Thank You <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
The code is actually running pretty fast but yes, it can still be improved, I think I will write another post in the blog just for that subject ok?</p>
<p>Regards,<br />
Felipe Farinon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-95</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Fri, 10 Oct 2008 07:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-95</guid>
		<description>Hi Felipe,
Well done, thank you.
How do you think is it possible to do some optimization to make code faster? 

Best regards,
Oleg.</description>
		<content:encoded><![CDATA[<p>Hi Felipe,<br />
Well done, thank you.<br />
How do you think is it possible to do some optimization to make code faster? </p>
<p>Best regards,<br />
Oleg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-94</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Wed, 24 Sep 2008 17:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-94</guid>
		<description>Para que coño quieres meter una lengua indigena si los tios estos no saben ni que es un ordenador !!</description>
		<content:encoded><![CDATA[<p>Para que coño quieres meter una lengua indigena si los tios estos no saben ni que es un ordenador !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JAS</title>
		<link>http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-91</link>
		<dc:creator>JAS</dc:creator>
		<pubDate>Wed, 04 Jun 2008 02:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://scarvenger.wordpress.com/2007/12/11/how-to-write-a-spelling-corrector/#comment-91</guid>
		<description>HOLA... Q TAL...
Ps yo ando buscando opciones d como hacer un este proyecto pero poner agregarlo al openoffice con palabras de alguna lengua indigena.... y necesito material q me sirva de guía primero para entnder como se hace y dspués aterrizarlo al problema q quiero resolver... 

Me pueds mandar x favor el código... O más o menos orientarme al respecto  d q si es posible hacer esto que quiero... Desarrollar un corrector que tenga diccionarios de palabras en alguna lengua indigena y psoteriormente agregarlo al openoffice, o sólo se podrían agregar diccionarios???...

En vd necsito esta información y agradeceré me contest... 


GRACIAS...</description>
		<content:encoded><![CDATA[<p>HOLA&#8230; Q TAL&#8230;<br />
Ps yo ando buscando opciones d como hacer un este proyecto pero poner agregarlo al openoffice con palabras de alguna lengua indigena&#8230;. y necesito material q me sirva de guía primero para entnder como se hace y dspués aterrizarlo al problema q quiero resolver&#8230; </p>
<p>Me pueds mandar x favor el código&#8230; O más o menos orientarme al respecto  d q si es posible hacer esto que quiero&#8230; Desarrollar un corrector que tenga diccionarios de palabras en alguna lengua indigena y psoteriormente agregarlo al openoffice, o sólo se podrían agregar diccionarios???&#8230;</p>
<p>En vd necsito esta información y agradeceré me contest&#8230; </p>
<p>GRACIAS&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
