Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dictionary webservice recommendation [closed]

Tags:

web-services

Lot of googling did not help me! Are there any good dictionary web based available?

I am looking for a site which can send me the meaning of words if we pass the word through query string!

like image 581
Shoban Avatar asked Sep 16 '08 23:09

Shoban


2 Answers

I found you a Big Huge Thesaurus with a web API, and a dictionary at Aonaware that looks like it uses SOAP

like image 148
Jacob Krall Avatar answered Sep 22 '22 21:09

Jacob Krall


There also exists the dict protocol which has been around for a long time. One of the things I like about dict is the command-line query program that is available.

I have also created a Wiktionary to dict gateway which provides access to the Wiktionary database through the dict protocol.

like image 31
Greg Hewgill Avatar answered Sep 24 '22 21:09

Greg Hewgill