<?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: Lookup</title>
	<atom:link href="http://www.swaroopch.com/blog/lookup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swaroopch.com/blog/lookup/</link>
	<description>Conning people into thinking I&#039;m intelligent. Since 1982.</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:52:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: finferflu</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2461</link>
		<dc:creator>finferflu</dc:creator>
		<pubDate>Wed, 24 Oct 2007 12:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2461</guid>
		<description>&lt;p&gt;Cool, thank you for your work :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Cool, thank you for your work <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2460</link>
		<dc:creator>Swaroop</dc:creator>
		<pubDate>Wed, 24 Oct 2007 10:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2460</guid>
		<description>&lt;p&gt;@finferflu : Thanks for pointing that out, and I&#039;ve updated the plugin on the vim website :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@finferflu : Thanks for pointing that out, and I&#8217;ve updated the plugin on the vim website <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: finferflu</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2459</link>
		<dc:creator>finferflu</dc:creator>
		<pubDate>Tue, 23 Oct 2007 19:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2459</guid>
		<description>&lt;p&gt;Hi, I&#039;ve just donwloaded your cool plugin, but I was unable to lookup words. Then I found out that the server indicated in the code is currently not working, so I have edited it to dict.org, and I also had to change moby-thesaurus to moby-thes, this way (I hope BBCode is on):&lt;/p&gt;

&lt;pre&gt;&lt;code style=&quot;font-size:small;&quot;&gt;
conn = dictclient.Connection(&#039;dict.org&#039;)

output += &quot;\n&quot;.join([d.getdefstr() for d in conn.define(&#039;wn&#039;, word)]) # WordNet
output += &quot;\n\n&quot;
output += &quot;\n&quot;.join([d.getdefstr() for d in conn.define(&#039;moby-thes&#039;, word)]) # Moby Thesaurus
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It would be nice if you could update the plugin on the Vim website :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve just donwloaded your cool plugin, but I was unable to lookup words. Then I found out that the server indicated in the code is currently not working, so I have edited it to dict.org, and I also had to change moby-thesaurus to moby-thes, this way (I hope BBCode is on):</p>
<pre><code style="font-size:small;">
conn = dictclient.Connection('dict.org')

output += "\n".join([d.getdefstr() for d in conn.define('wn', word)]) # WordNet
output += "\n\n"
output += "\n".join([d.getdefstr() for d in conn.define('moby-thes', word)]) # Moby Thesaurus
</code></pre>
<p>It would be nice if you could update the plugin on the Vim website <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2454</link>
		<dc:creator>Swaroop</dc:creator>
		<pubDate>Tue, 28 Aug 2007 14:53:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2454</guid>
		<description>&lt;p&gt;@Sridhar: Thanks, didn&#039;t know about that.&lt;/p&gt;

&lt;p&gt;@Michael: Nice idea, although I tend to be on Windows too. Perhaps, there are binaries for dict on gnuwin32.sf.net&lt;/p&gt;

&lt;p&gt;@Kartik: Should be easy :)&lt;/p&gt;

&lt;p&gt;@Abhijit, @Chris: Enjoy!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@Sridhar: Thanks, didn&#8217;t know about that.</p>
<p>@Michael: Nice idea, although I tend to be on Windows too. Perhaps, there are binaries for dict on gnuwin32.sf.net</p>
<p>@Kartik: Should be easy <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Abhijit, @Chris: Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2458</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 28 Aug 2007 05:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2458</guid>
		<description>&lt;p&gt;This comment has just been written with &quot;It&#039;s All Text&quot; and gvim, thanks for mentioning the former. :-)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>This comment has just been written with &#8220;It&#8217;s All Text&#8221; and gvim, thanks for mentioning the former. <img src='http://www.swaroopch.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kartik Mistry</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2455</link>
		<dc:creator>Kartik Mistry</dc:creator>
		<pubDate>Mon, 27 Aug 2007 07:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2455</guid>
		<description>&lt;p&gt;Cool. I will love to write similar plugin for GujaratiLexicon.com.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Cool. I will love to write similar plugin for GujaratiLexicon.com.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Just another WordPress weblog</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2453</link>
		<dc:creator>Just another WordPress weblog</dc:creator>
		<pubDate>Sun, 26 Aug 2007 19:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2453</guid>
		<description>&lt;p&gt;[...] Swaroop C H, The Dreamer Â» Python: Lookup [...]&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>[...] Swaroop C H, The Dreamer Â» Python: Lookup [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Watkins</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2452</link>
		<dc:creator>Michael Watkins</dc:creator>
		<pubDate>Sun, 26 Aug 2007 12:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2452</guid>
		<description>&lt;p&gt;And, if your client is *nix, you can ignore wordnet and all and simply use dict at the command line. In vim:&lt;/p&gt;

&lt;p&gt;function! LookupDictionary()
  let theword = expand(&quot;&quot;)
  exec &#039;:!dict &#039; . theword
endfunction&lt;/p&gt;

&lt;p&gt;&quot; Look up a word using dict
nnoremap  :call LookupDictionary()
inoremap  :call LookupDictionary()&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>And, if your client is *nix, you can ignore wordnet and all and simply use dict at the command line. In vim:</p>
<p>function! LookupDictionary()<br />
  let theword = expand(&#8220;&#8221;)<br />
  exec &#8216;:!dict &#8216; . theword<br />
endfunction</p>
<p>&#8221; Look up a word using dict<br />
nnoremap  :call LookupDictionary()<br />
inoremap  :call LookupDictionary()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit Nadgouda</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2457</link>
		<dc:creator>Abhijit Nadgouda</dc:creator>
		<pubDate>Sun, 26 Aug 2007 02:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2457</guid>
		<description>&lt;p&gt;Good one, trying it out.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Good one, trying it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srid</title>
		<link>http://www.swaroopch.com/blog/lookup/comment-page-1/#comment-2456</link>
		<dc:creator>srid</dc:creator>
		<pubDate>Sun, 26 Aug 2007 00:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.swaroopch.com/archives/2007/08/25/lookup/#comment-2456</guid>
		<description>&lt;p&gt;By using wordnet, you can obviate internet connection and html scraping,
  http://nearfar.org/code/greclusters/dict.py&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>By using wordnet, you can obviate internet connection and html scraping,<br />
  <a href="http://nearfar.org/code/greclusters/dict.py" rel="nofollow">http://nearfar.org/code/greclusters/dict.py</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/16 queries in 0.015 seconds using memcached
Object Caching 419/420 objects using memcached

Served from: www.swaroopch.com @ 2012-02-09 08:45:46 -->
