<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; thesaurus</title> <atom:link href="http://www.ghacks.net/tag/thesaurus/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>WordNet+Artha: A great Linux thesaurus combo</title><link>http://www.ghacks.net/2011/01/30/wordnetartha-a-great-linux-thesaurus-combo/</link> <comments>http://www.ghacks.net/2011/01/30/wordnetartha-a-great-linux-thesaurus-combo/#comments</comments> <pubDate>Sun, 30 Jan 2011 13:52:06 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[dictionary]]></category> <category><![CDATA[front end]]></category> <category><![CDATA[gui]]></category> <category><![CDATA[thesaurus]]></category> <category><![CDATA[word tools]]></category> <category><![CDATA[wordnet]]></category> <category><![CDATA[writing tools]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39421</guid> <description><![CDATA[I am a writer. I write loads of technical documentation as well as novels (check out my fiction on Smashwords and Autumnal Press). Because of my trade I am always seeking out tools to aid in my own process. And although the web has made everything so much easier, it is still good to have [...]]]></description> <content:encoded><![CDATA[<p>I am a writer. I write loads of technical documentation as well as novels (check out my fiction on <a
title="Jack Wallen on Smashwords" href="http://www.smashwords.com/profile/view/jackwallen" target="_blank">Smashwords</a> and <a
title="Autumnal Press" href="http://autumnalpress.com/" target="_blank">Autumnal Press</a>). Because of my trade I am always seeking out tools to aid in my own process. And although the web has made everything so much easier, it is still good to have a few dedicated tools around to make everything easier.</p><p>One of the tools I take advantage of is a thesaurus. Since using a paper thesaurus is so &#8217;80s, it&#8217;s almost a necessity to have one in the electronic form. My favorite to use is a combination of the tried and true WordNet and the GUI front-end Artha. With this combination you have a thesaurus at the ready with a simple hot key combination. Let&#8217;s take a look at installing and using this handy tool.</p><p><span
id="more-39421"></span></p><p><strong> </strong></p><p><strong>The tools</strong></p><p>You may have heard of WordNet before. It&#8217;s a very handy command-line interface for the WordNet lexical database. By itself, WordNet is not terribly helpful (unless you are using it for writing scripts or applications). When combined with a front-end however, WordNet is very powerful. There are many front ends for WordNet, but one of the easiest to use is <a
title="Artha" href="http://artha.sourceforge.net/wiki/index.php/Home" target="_blank">Artha</a>. Artha is a free, cross-platform thesaurus that depends upon WordNet for the backend.</p><p><strong>Installation</strong></p><p>The installation of these two tools is simple. You can either search for them and install them from within your Add/Remove Software tool (search for &#8220;wordnet&#8221; and &#8220;artha&#8221; &#8211; no quotes), or you can install them via the command line. Let&#8217;s install from the command line. To do this, follow these steps:</p><ol><li>Open up a terminal window.</li><li>Issue the command <code>sudo apt-get install wordnet artha</code>.</li><li>Type your sudo password when prompted.</li><li>Accept all dependencies (if necessary).</li></ol><p>That&#8217;s it. Once installed you will find Artha in <strong>Applications &gt; Accessories</strong>.</p><p><strong>Usage</strong></p><p>There are two ways you can use Artha:</p><ul><li>From the Artha window.</li><li>As a hot key tool.</li></ul><div
id="attachment_39422" class="wp-caption alignleft" style="width: 340px"><a
href="http://www.ghacks.net/wp-content/uploads/2011/01/artha.png"><img
class="size-medium wp-image-39422 " src="http://www.ghacks.net/wp-content/uploads/2011/01/artha-550x520.png" alt="" width="330" height="312" /></a><p
class="wp-caption-text">Figure 1</p></div><p>The most obvious way to use Artha is from the Artha window (see figure 1). From within that window you can enter a word in the Query section and hit the Search button. This will bring up all of the information about the word you chose. As you can see, I searched for the word Linux.</p><div
id="attachment_39423" class="wp-caption alignright" style="width: 244px"><a
href="http://www.ghacks.net/wp-content/uploads/2011/01/artha_hotkey.png"><img
class="size-full wp-image-39423 " src="http://www.ghacks.net/wp-content/uploads/2011/01/artha_hotkey.png" alt="" width="234" height="112" /></a><p
class="wp-caption-text">Figure 2</p></div><p>The second, and more efficient, way to use Artha is as a hot key tool. When you close Artha (by default) it will minimize to the notification area so it&#8217;s still running in the background. To look up a word all you have to do is highlight a word (in any application) and click the hot key combination Ctrl-Alt-w. When you do this a notification window will appear with the information about the word (see Figure 2).  If you hit the hot key combination a second time, the Artha window will appear with the information about your selected word.</p><p><strong>Final thoughts</strong></p><p>Writers tools are a must have for anyone looking to make their work more efficient and accurate. If you&#8217;re looking for a solid thesaurus tool, look no further than WordNet and Artha.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/30/wordnetartha-a-great-linux-thesaurus-combo/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Visual Thesaurus VocabGrabber</title><link>http://www.ghacks.net/2009/06/25/visual-thesaurus-vocabgrabber/</link> <comments>http://www.ghacks.net/2009/06/25/visual-thesaurus-vocabgrabber/#comments</comments> <pubDate>Thu, 25 Jun 2009 09:26:35 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[analyze text]]></category> <category><![CDATA[language]]></category> <category><![CDATA[online service]]></category> <category><![CDATA[online tool]]></category> <category><![CDATA[text]]></category> <category><![CDATA[thesaurus]]></category> <category><![CDATA[visual thesaurus]]></category> <category><![CDATA[vocabgrabber]]></category> <category><![CDATA[vocabulary]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13851</guid> <description><![CDATA[VocabGrabber is an interesting online service provided by Visual Thesaurus. The online tool can be used to analyze text that can consist of up to 200000 characters. All that needs to be done is to copy and paste text into the form on the Visual Thesaurus website to receive an in depth analysis of the [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/visual_thesaurus.jpg" alt="visual thesaurus" title="visual thesaurus" width="304" height="67" class="alignleft size-full wp-image-13852" />VocabGrabber is an interesting online service provided by Visual Thesaurus. The online tool can be used to analyze text that can consist of up to 200000 characters. All that needs to be done is to copy and paste text into the form on the Visual Thesaurus website to receive an in depth analysis of the text.</p><p>The online service will compute a list of words that have been found in the text and categorize them in multiple ways. The words are for example sorted by relevancy and subject. A click on any word will also display the relationship to other words in the text, a definition of the word and example usage from the text.</p><p><span
id="more-13851"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/vocab_grabber-500x332.jpg" alt="vocab grabber" title="vocab grabber" width="500" height="332" class="alignnone size-medium wp-image-13853" /></p><p>A word cloud is displayed that is showing all words that have been discovered in the text. It is possible to filter words by relevancy or subject which can reduce the amount of words quite a bit. The subject filter is interesting as it displays word that fall into subjects such as math, science or art.</p><p><a
href="http://www.visualthesaurus.com/vocabgrabber/">VocabGrabber</a> has been designed to create a vocabulary list which can be a great help to understand and learn the text that has been pasted into the web form. It is currently only working with text that has been written in English.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/25/visual-thesaurus-vocabgrabber/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>The Sage English Dictionary and Thesaurus</title><link>http://www.ghacks.net/2006/12/02/the-sage-english-dictionary-and-thesaurus/</link> <comments>http://www.ghacks.net/2006/12/02/the-sage-english-dictionary-and-thesaurus/#comments</comments> <pubDate>Sat, 02 Dec 2006 09:08:18 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[anagram]]></category> <category><![CDATA[dictionary]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[hypernym]]></category> <category><![CDATA[sage]]></category> <category><![CDATA[synonym]]></category> <category><![CDATA[the-sage]]></category> <category><![CDATA[thesaurus]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/12/02/the-sage-english-dictionary-and-thesaurus/</guid> <description><![CDATA[I'm very happy about the fact that Firefox 2.0 has a build in (English) dictionary which helps me correct most of the mistakes I make while writing articles here at ghacks. The build in dictionary is great but lacks certain features and that is why I went on a hunt for a better dictionary. Look what I found in my net today: The Sage's English Dictionary and Thesaurus.]]></description> <content:encoded><![CDATA[<p>I&#8217;m very happy about the fact that Firefox 2.0 has a build in (English) dictionary which helps me correct most of the mistakes I make while writing articles here at ghacks. The build in dictionary is great but lacks certain features and that is why I went on a hunt for a better dictionary. Look what I found in my net today: <a
target="_blank" title="the sage" href="http://www.sequencepublishing.com/thesage.html">The Sage&#8217;s English Dictionary and Thesaurus</a>.</p><p>It delivers what the firefox dictionary can&#8217;t. You may lookup words by simply pressing a hotkey, the word will be looked up and explained in great detail in the sage. If the word does not exist in the dictionary it presents a list of words that look similar or use the wildcard button to find the word you are looking for.</p><p><span
id="more-961"></span>The great thing about the sage is not that it is easy to use. It&#8217;s purpose is not to deliver fast results, the process to lookup a word is simply to slow to be effective (mark a word, hit the hotkey, look it up in the sage, manually edit the word). The sage is effective when it comes to understanding words that you do not know. It also helps by being able to work with almost any other program on your computer.</p><p><img
alt="the sage" title="the sage" src="http://www.ghacks.net/files/screens/2006/11/sage.jpg" /></p><p>As you all know the firefox dictionary is restricted to firefox and thunderbird, what if you want to write something in an instant messenger ?  The Sage has a history function, can stay on top if you like. It displays synonyms and hypernyms while looking up the word and is able to create anagrams from the word as well.</p><p>Oh, the hotkey is CTRL+SHIFT+A, took a while to look it up in the documentation.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/12/02/the-sage-english-dictionary-and-thesaurus/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
