Good news for dictionary lovers, improved English dictionary is available for you free on just single on your gtalk chat !
Sometime we just ignore complicated unknown English words by just guessing the meaning. Or we just don't bother to know it. ya, some old guy have said, "Ignorance is better than half knowledge." But why not to get the right complete knowledge when its readily available??
I had worked on below dictionary bot (one of my earlier blog post), as time pass service for my own use. I feel it would be useful for many other.
http://mahendratipale.blogspot.com/2009/06/dictionary-bot-released.html
Bug fix done in earlier version:
1. html tags removed. Code change: String nohtml = sb.toString().replaceAll("\\<.*?>",""); One of my friend ask me to do so. Html (web based) chat messengers would have parsed this data but normal IMs don't do html tag detection.
2. More clarity for reading.
3. latest word database access
To do:
1. Moving server component to Google App store
2. Adding more language support
3. Trying out more services with interface.
How to use it:
1. Add EnglishDictionary@bot.im to your gtalk chat buddy list. Don't worry, I'll not trouble you with your privacy.
2. It will get automatically as bot is configured to do so. ping with bot with message "?"
3. Response will guide you on further details. To use dictionary send "d:"
4. Response should not take more than 5 seconds to give the all possible results. Thats it.
You will always have dictionary bot with you at your service :D You need not to worry about your privacy as long as its not asking for your google account password ;)
Screen shot:
Apologies as these services stopped working due to issues on server component.
I will update the blog once again after fixing the issues. Stay tuned!!!