wordgroupz version 0.3 released

It is pleasure to inform that wordgroupz has now stepped into version 0.3 It has been quite some time since I have been working on wordgroupz v 0.3b. In this period wordgroupz went through a lot of changes. To sum up, the features in wordgroupz v 0.3 are : You can add words into different groups. In other words, you can classify different obscure words under a common group name which is easy for you to remember....

September 9, 2010 · Ratnadeep Debnath

wordgroupz development news

Lately, I worked on fine tuning the code for wordgroupz. I fixed some bugs that I was aware of, like unable to parse data retrieved from wiktionary pages which did not have any ‘Contents’ field, error launching games when no words in db, some bugs in webster view, etc. Now, I have added a dialog which will show a message saying ‘Not enough data’ if the number of words in the db are not enough for playing games....

August 29, 2010 · Ratnadeep Debnath

wordGroupz development News

Although, I had added the accuracy for the words in wordGroupz in the treeview, it was not satisfactory. First, the app crashed whenever I added a new word to the database. I fixed that easily. But then, the new word would show its accuracy as 0% even before attempting to answer it. I decided to set the CellRendererProgress bar text to ‘New’ for new/not attempted words. I got some help for IRC Nick: Juhaz at #pygtk in GimpNet....

August 24, 2010 · Ratnadeep Debnath

wordGroupz development news

wordGroupz is now slowly moving to the version 0.3 release. I launched the v0.3 b quite some time back. Since then, I have worked on many new features, adding features, deprecating old features and many random changes. In this time, wordgroupz underwent a considerable upgrade in its GUI. Based on the outcome of the games, I decided to store the accuracy of the user for each word and show a bar chart for that....

August 21, 2010 · Ratnadeep Debnath

wordgroupz development news

For some time now, I have been working on wordgroupz. Since version 0.2, I have added some new features. The new features include dictionary support: online webster dictionary from dict.org and offline wordnet. For implementing the online dictionary support, I used the server interface of dict.org. For offline, I used the dictionary databases of the wordnet application and the python-nltk library. I also included wiktionary support this time. I used to find it tedious opening a notebook, browser to search wikipedia/wiktionary, copy-paste notes....

July 23, 2010 · Ratnadeep Debnath

wordgroupz v 0.3 beta released!

Today I released wordgroupz v 0.3b. New Features -1. Dictionary support – online dict.org webster, offline wordnet2. Wiktionary support – lookup details of the word on wiktionary, download pronunciations if available3. 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, pygtk22) python-nltk3) wordnet4) pywebkitgtk5) BeautifulSoupTo 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 wordgroupzTo 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.gz3) Change directory to wordgroupz-0....

July 23, 2010 · Ratnadeep Debnath

FAD Pune 2010

It was a great experience at the FAD in Red Hat, Pune. The FAD was conducted for two days, 29th and 30th May, 2010. Day 01 Siddhesh took a session on autotools. The session was informative and interactive. I came to know how the big Makefile and Configure files are automatically generated from makefile.am and configure.ac (Makefile.in is first generated though, then the Makefile). Siddhesh used the linkc program for the purpose....

June 1, 2010 · Ratnadeep Debnath