Home: Difference between revisions

From Artha
m Added forum page
Added Win32 info and 1.0.2 release info
Line 2: Line 2:
==Artha ~ The Open Thesaurus==
==Artha ~ The Open Thesaurus==
[[Image:screen_antonyms.png|thumb|Artha ~ The Open Thesaurus. [[Screenshots]]]]
[[Image:screen_antonyms.png|thumb|Artha ~ The Open Thesaurus. [[Screenshots]]]]
Artha is a free cross-platform English thesaurus that works completely off-line and is based on [http://wordnet.princeton.edu WordNet]. It is released under the GNU [http://www.gnu.org/licenses/gpl-2.0.html General Public Licence version 2]; hence you are free to copy/redistribute it. Stable releases for [[download]] are currently available for [[Wikipedia:Linux|GNU/Linux]]; it is tested on major [[Wikipedia:Desktop environment|Desktop Environments]] like [[Wikipedia:GNOME|GNOME]], [[Wikipedia:KDE|KDE]], [[Wikipedia:Xfce|Xfce]], etc. For latest discussions please visit [http://ubuntuforums.org/showthread.php?t=1065384 this page] in the Ubuntu Forums.
Artha is a free cross-platform English thesaurus that works completely off-line and is based on [http://wordnet.princeton.edu WordNet]. Stable releases for [[download]] are currently available for [[Wikipedia:Linux|GNU/Linux]] and [[Microsoft Windows]]; it is tested on major [[Wikipedia:Desktop environment|Desktop Environments]] like [[Wikipedia:GNOME|GNOME]], [[Wikipedia:KDE|KDE]], [[Wikipedia:Xfce|Xfce]], etc and on Microsoft Windows XP, Vista and 7. Artha is released under the GNU [http://www.gnu.org/licenses/gpl-2.0.html General Public Licence version 2]; hence you are free to copy/redistribute it.


==What's New!==
==What's New!==
For latest discussions please visit [http://ubuntuforums.org/showthread.php?t=1065384 this page] in the Ubuntu Forums.
For latest discussions please visit [http://ubuntuforums.org/showthread.php?t=1065384 this page] in the Ubuntu Forums.


The most recent release of Artha 1.0.1 sports:  
The most recent release of Artha 1.0.2's highlights:  
* New feature - Hotkey editor - for customizing hotkeys
* First ever Windows release of Artha
* Instance Handler - Multiple instances are handeled gracefully maintianly one single unique instance always, across a session
* Faster notification turnaround time
* Sure shot window focus to the user on hotkey summoning
* Minor bug fixes
* Notifications are now a plug-in; no need for dev. headers of libnotify to build
 
* Suggestions are now made with priority given to the English locale set in the session
 
* Fixes to make Artha run in KDE 4.3
Sneak peaks of the next release:
* Lot of code clean-ups and minor fixes
* Long awaited Pronunciation feature
* Persistent History of lookups


==Overview==
==Overview==
Line 32: Line 33:


==Development==
==Development==
Artha is written in pure [[Wikipedia:C_(programming_language)|C]] using the [[Wikipedia:GTK|GTK+ widget kit]] and [[Wikipedia:Glib|GLib]] libraries, making it cross-desktop and cross-platform. It uses [http://wordnet.princeton.edu WordNet] for its database corpus, [http://www.galago-project.org/ libnotify] for notifications and [http://www.abisource.com/projects/enchant/ Enchant] for spelling suggestions. It may be used as a advanced replacement for the proprietary software [http://www.wordweb.info/ WordWeb Pro] in GNU/Linux environments. Currently different flavours of GNU/Linux are supported. Porting to other UNIX-like systems (BSD, Solaris, etc.), Apple Mac OS X and Microsoft Windows will commence soon.
Artha is written in pure [[Wikipedia:C_(programming_language)|C]] using the [[Wikipedia:GTK|GTK+ widget kit]] and [[Wikipedia:Glib|GLib]] libraries, making it cross-desktop and cross-platform. It uses [http://wordnet.princeton.edu WordNet] for its database corpus, [http://www.galago-project.org/ libnotify] for notifications and [http://www.abisource.com/projects/enchant/ Enchant] for spelling suggestions. It may be used as a advanced replacement for the proprietary software [http://www.wordweb.info/ WordWeb Pro] in both Windows and GNU/Linux environments. Currently different flavours of GNU/Linux and Microsoft Windows XP and upwards are supported. Porting to other UNIX-like systems (BSD, Solaris, etc.) and Apple Mac OS X will commence soon.

Revision as of 18:15, 27 May 2010

Artha ~ The Open Thesaurus

Artha ~ The Open Thesaurus. Screenshots

Artha is a free cross-platform English thesaurus that works completely off-line and is based on WordNet. Stable releases for download are currently available for GNU/Linux and Microsoft Windows; it is tested on major Desktop Environments like GNOME, KDE, Xfce, etc and on Microsoft Windows XP, Vista and 7. Artha is released under the GNU General Public Licence version 2; hence you are free to copy/redistribute it.

What's New!

For latest discussions please visit this page in the Ubuntu Forums.

The most recent release of Artha 1.0.2's highlights:

  • First ever Windows release of Artha
  • Faster notification turnaround time
  • Minor bug fixes


Sneak peaks of the next release:

  • Long awaited Pronunciation feature
  • Persistent History of lookups

Overview

Artha is a handy thesaurus that focuses on high usability, without trading off simplicity and ease of use. It has the following distinct features that increases its usability:

  • WordNet - Artha harnesses the extensive & in-depth database provided by WordNet. Unlike other dictionaries which goes on-line for every single lookup, Artha works completely off-line; thanks to WordNet for its excellent and cognitive database.
  • Hot key Lookup - When you press a pre-set hot key, after selecting some text on any window, Artha pops up with the selection's definitions looked-up.
  • Regular Expressions Search - When a word is vaguely known I.e. the user is unclear of its spelling or when it's start/end alone is known or when the number of characters is known; one can speed up/narrow the search using regular expression to locate the particular word they have in mind.
  • Notifications - Artha can show passive notifications (balloon tips) instead of the application's window popping up, so that you can continue what you were doing, uninterrupted. (like reading, writing, etc.)
  • Suggestions - When a misspelled word is queried for, Artha gives you its near-match suggestions.
  • Relative to Sense Mapping - Relative words like synonyms, antonyms, etc. that are displayed are many. You might not know to which sense/definition of a word does a relative map to. In Artha, when you select a relative, its corresponding definition is scrolled to and highlighted for easy comprehension.

For a given word, the possible relatives shown by Artha includes Synonyms, Antonyms, Derivatives, Pertainyms (Related Noun/Verb), Attributes, Similar Terms, Domain Terms, Entails (what verb entails doing), Causes (what a verb causes to), Hypernyms (is a kind of), Hyponyms (kinds), Holonyms (is a part of) and Meronyms (parts). To know more about each category of relatives, click on it for an explanation and example. Once launched, Artha sits on the system tray and looks for the pre-set hot key combination press. You can select some text on any window, and call Artha by pressing the key combo. Depending upon the option set, Artha with either pop-up with the word looked-up or will show a passive notification of the most important definition of the searched term, from the system tray.

Get Artha

See the Download page to get Artha for your platform.

Development

Artha is written in pure C using the GTK+ widget kit and GLib libraries, making it cross-desktop and cross-platform. It uses WordNet for its database corpus, libnotify for notifications and Enchant for spelling suggestions. It may be used as a advanced replacement for the proprietary software WordWeb Pro in both Windows and GNU/Linux environments. Currently different flavours of GNU/Linux and Microsoft Windows XP and upwards are supported. Porting to other UNIX-like systems (BSD, Solaris, etc.) and Apple Mac OS X will commence soon.