<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-18392152.post7725799100962786506..comments</id><updated>2011-05-06T20:39:44.014-07:00</updated><category term='hack'/><category term='javascript'/><category term='photography'/><category term='twitter'/><category term='feelings'/><category term='Article'/><category term='Review'/><category term='Photos'/><category term='twimr'/><category term='Comments'/><category term='Events'/><category term='Humour'/><category term='yql'/><category term='Future'/><category term='demo'/><title type='text'>Comments on Markandey's Blog: How to write your own spell checker ? C#.net</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.markandey.com/feeds/7725799100962786506/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html'/><author><name>Markandey Singh</name><uri>https://profiles.google.com/102471843118365384780</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-oYINMPh3nQE/AAAAAAAAAAI/AAAAAAAAHH0/r25io43iXdY/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>10</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-18392152.post-1074460352190143190</id><published>2011-03-27T17:24:29.763-07:00</published><updated>2011-03-27T17:24:29.763-07:00</updated><title type='text'>I&amp;#39;m playing with this code but it is a very hy...</title><content type='html'>I&amp;#39;m playing with this code but it is a very hyperactive spell check. For example, this returns na:&lt;br /&gt;&lt;br /&gt;string[] cities = {&amp;quot;clyde&amp;quot;, &amp;quot;fremont&amp;quot;, &amp;quot;new york&amp;quot;, &amp;quot;na&amp;quot;};&lt;br /&gt;            //string cities = &amp;quot;clyde fremont new york na&amp;quot;;&lt;br /&gt;            spell spell = new spell(cities);&lt;br /&gt;            string result =  spell.correct(&amp;quot;c&amp;quot;);&lt;br /&gt;            Console.WriteLine(result);&lt;br /&gt;            Console.ReadLine();</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/1074460352190143190'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/1074460352190143190'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1301271869763#c1074460352190143190' title=''/><author><name>Sean</name><uri>http://www.blogger.com/profile/12741391106546300468</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1233640171'/></entry><entry><id>tag:blogger.com,1999:blog-18392152.post-357232193111780768</id><published>2011-01-22T18:06:15.667-08:00</published><updated>2011-01-22T18:06:15.667-08:00</updated><title type='text'>@slierta  Hey I never replied to you sorry!
Yes th...</title><content type='html'>@slierta  Hey I never replied to you sorry!&lt;br /&gt;Yes this will work for Spanish as well, basically this implementation never uses any dictionary, dictionary is built using some long text (of any language ) on the fly. You can keep improving the dictionary as well. &lt;br /&gt;&lt;br /&gt;@Kagz&lt;br /&gt;Yes, its simple just pass a huge text (which is correct), it will build that language dictionary, thats it!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/357232193111780768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/357232193111780768'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1295748375667#c357232193111780768' title=''/><author><name>Markandey</name><uri>http://www.blogger.com/profile/15429744165780488065</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04740003083306061024'/><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_sFmKMtGguSE/Sa411MZ1-jI/AAAAAAAACI4/zVf7b3C1XaQ/S220/memedisum.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1910730166'/></entry><entry><id>tag:blogger.com,1999:blog-18392152.post-4752586310959523417</id><published>2011-01-22T04:33:41.876-08:00</published><updated>2011-01-22T04:33:41.876-08:00</updated><title type='text'>is there a way to spell-check other languages usin...</title><content type='html'>is there a way to spell-check other languages using this script? can it somehow do that via google translate API? thanks :-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/4752586310959523417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/4752586310959523417'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1295699621876#c4752586310959523417' title=''/><author><name>kagz</name><uri>http://www.blogger.com/profile/01492681671623540124</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-55029972'/></entry><entry><id>tag:blogger.com,1999:blog-18392152.post-7797610668502029902</id><published>2010-11-26T14:28:31.805-08:00</published><updated>2010-11-26T14:28:31.805-08:00</updated><title type='text'>yes download the fresh code from here http://code....</title><content type='html'>yes download the fresh code from here http://code.google.com/p/jugad/downloads/detail?name=SpellCheck.zip&lt;br /&gt;&lt;br /&gt;use bigparts.txt (file)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/7797610668502029902'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/7797610668502029902'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1290810511805#c7797610668502029902' title=''/><author><name>Markandey</name><uri>http://www.blogger.com/profile/15429744165780488065</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04740003083306061024'/><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_sFmKMtGguSE/Sa411MZ1-jI/AAAAAAAACI4/zVf7b3C1XaQ/S220/memedisum.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1910730166'/></entry><entry><id>tag:blogger.com,1999:blog-18392152.post-5898558491492613968</id><published>2010-11-26T13:55:28.570-08:00</published><updated>2010-11-26T13:55:28.570-08:00</updated><title type='text'>now I&amp;#39;m now trying the algorithm, my intereste...</title><content type='html'>now I&amp;#39;m now trying the algorithm, my interested test to speed ,&lt;br /&gt;as it would be better to build the string for the dictionary, you have an example?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/5898558491492613968'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/5898558491492613968'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1290808528570#c5898558491492613968' title=''/><author><name>Nicola Turri</name><uri>http://www.blogger.com/profile/10741721201861638903</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1767710370'/></entry><entry><id>tag:blogger.com,1999:blog-18392152.post-8368397855170506802</id><published>2010-11-26T13:28:24.109-08:00</published><updated>2010-11-26T13:28:24.109-08:00</updated><title type='text'>Hi Nicola,
I found the error , and i will fix the ...</title><content type='html'>Hi Nicola,&lt;br /&gt;I found the error , and i will fix the same.&lt;br /&gt;just to confirm u are talking about the redundant check , right???</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/8368397855170506802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/8368397855170506802'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1290806904109#c8368397855170506802' title=''/><author><name>Markandey</name><uri>http://www.blogger.com/profile/15429744165780488065</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04740003083306061024'/><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_sFmKMtGguSE/Sa411MZ1-jI/AAAAAAAACI4/zVf7b3C1XaQ/S220/memedisum.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1910730166'/></entry><entry><id>tag:blogger.com,1999:blog-18392152.post-9135998429029041907</id><published>2010-11-26T13:19:30.179-08:00</published><updated>2010-11-26T13:19:30.179-08:00</updated><title type='text'>hello at function of source code have error,
conta...</title><content type='html'>hello at function of source code have error,&lt;br /&gt;contains 2 if(nWords.ContainsKey(s))  ?&lt;br /&gt;&lt;br /&gt; foreach(string s in list)&lt;br /&gt;            {&lt;br /&gt;                if(nWords.ContainsKey(s))&lt;br /&gt;                {&lt;br /&gt;                    if(nWords.ContainsKey(s))&lt;br /&gt;                    {&lt;br /&gt;                        candidates.Add(new wordweightpair(nWords[s], s));&lt;br /&gt;                    }&lt;br /&gt;                }&lt;br /&gt;            }</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/9135998429029041907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/9135998429029041907'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1290806370179#c9135998429029041907' title=''/><author><name>Nicola Turri</name><uri>http://www.blogger.com/profile/10741721201861638903</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1767710370'/></entry><entry><id>tag:blogger.com,1999:blog-18392152.post-5762705762915268517</id><published>2010-11-19T11:42:50.136-08:00</published><updated>2010-11-19T11:42:50.136-08:00</updated><title type='text'>Yes, i thinking in create a word games and i need ...</title><content type='html'>Yes, i thinking in create a word games and i need check if a word existe really.&lt;br /&gt;Thanks :-)&lt;br /&gt;And sorry for my bad english</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/5762705762915268517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/5762705762915268517'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1290195770136#c5762705762915268517' title=''/><author><name>slierta</name><uri>http://www.blogger.com/profile/05386704298378367275</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1820928916'/></entry><entry><id>tag:blogger.com,1999:blog-18392152.post-6610017529176784651</id><published>2010-11-03T12:11:20.853-07:00</published><updated>2010-11-03T12:11:20.853-07:00</updated><title type='text'>@slietra I am just wondering if this comment is sp...</title><content type='html'>@slietra I am just wondering if this comment is spam??? u really have a question??</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/6610017529176784651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/6610017529176784651'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1288811480853#c6610017529176784651' title=''/><author><name>Markandey</name><uri>http://www.blogger.com/profile/15429744165780488065</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04740003083306061024'/><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://2.bp.blogspot.com/_sFmKMtGguSE/Sa411MZ1-jI/AAAAAAAACI4/zVf7b3C1XaQ/S220/memedisum.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1910730166'/></entry><entry><id>tag:blogger.com,1999:blog-18392152.post-5011047095583581166</id><published>2010-11-03T12:07:35.693-07:00</published><updated>2010-11-03T12:07:35.693-07:00</updated><title type='text'>excellent translation of the code. I have a questi...</title><content type='html'>excellent translation of the code. I have a question, how this code works with Spanish?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/5011047095583581166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/18392152/7725799100962786506/comments/default/5011047095583581166'/><link rel='alternate' type='text/html' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html?showComment=1288811255693#c5011047095583581166' title=''/><author><name>slierta</name><uri>http://www.blogger.com/profile/05386704298378367275</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.markandey.com/2010/03/how-to-write-your-own-spell-checker.html' ref='tag:blogger.com,1999:blog-18392152.post-7725799100962786506' source='http://www.blogger.com/feeds/18392152/posts/default/7725799100962786506' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1820928916'/></entry></feed>
