Today I released wordgroupz v 0.3b.
New Features -
1. Dictionary support – online dict.org webster, offline wordnet
2. Wiktionary support – lookup details of the word on wiktionary, download pronunciations if available
3. New interface
![](http://rtnpro.fedorapeople.org/images/Screenshot-wordGroupz-2.png)
![](http://rtnpro.fedorapeople.org/images/Screenshot-wordGroupz-3.png)
Dependencies for wordgroupz:
1) gtk, pygtk2
2) python-nltk
3) wordnet
4) pywebkitgtk
5) BeautifulSoup
To install wordgroupz for fedora:
1) download [http://rtnpro.fedorapeople.org/rtnpro.repo](http://rtnpro.fedorapeople.org/rtnpro.repo) into /etc/yum.repos.d/
2) as root do: yum install wordgroupz
To install wordgroupz on any other linux OS:
1) download [http://rtnpro.fedorapeople.org/wordgroupz/wordgroupz-0.3b.tar.gz](http://rtnpro.fedorapeople.org/wordgroupz/wordgroupz-0.3b.tar.gz)
2) Untar it: $tar xvf wordgroupz-0.3b.tar.gz
3) Change directory to wordgroupz-0.3b: $cd wordgroupz-0.3b
4) As root, install from setup.py:
$su
#python setup.py install
Feel free to report any bugs, new feature request or suggestions.