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
|
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 |
||||
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
The best I was able to find to serve my purpose was google's api from the post titled On Google's Unofficial Dictionary API. It returns JSON for a query like
where coffee is the keyword. |
|||
|
|
|
If you are language agnostic, you could try Ruby WordNet http://deveiate.org/projects/Ruby-WordNet/ and check out the WordNet project in general, for .NET... |
|||||||
|
define: word. – Margus Mar 2 '11 at 19:59