Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this questionIs there a public API which would let me lookup definition开发者_运维知识库s 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
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/
精彩评论