Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

English Language Dictionary api [closed]

Is there a public API which would let me lookup definitions for words ? I've been searching for this for a bit but it's getting mixed up with the dictionary datastructure. I'm planing on using it in a c# app.

Thanks

like image 253
Bala R Avatar asked Mar 01 '11 21:03

Bala R


People also ask

Is there a dictionary API?

The Merriam-Webster Dictionary API is free as long as it is for non-commercial use, usage does not exceed 1000 queries per day per API key, and use is limited to two reference APIs.

Is Oxford API free?

Free, immediate accessFor the first time, we're offering you free, self-service access to our dictionary data so you can quickly and easily incorporate our lexical data in your apps via one single API.

Is the Oxford dictionary still published?

An online version was launched in 2000. Now the third edition of the ever increasing dictionary is in production, with an expected publication date some time in the 2030s. It already features 600,000 words, three million quotations, and covers more than 1,000 years of English.

Does dictionary still exist?

And open or copyright-free sources include older works like the 1889 Century Dictionary or the Standard Dictionary of 1893. Despite wide availability of definitions online, printed dictionaries continue to engender devoted readers.


1 Answers

If you are language agnostic, you could try

Ruby WordNet

http://deveiate.org/projects/Ruby-WordNet/

and check out the WordNet project in general,

http://wordnet.princeton.edu/

for .NET...

http://opensource.ebswift.com/WordNet.Net/

like image 62
Brandon Frohbieter Avatar answered Oct 14 '22 06:10

Brandon Frohbieter