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 planning on using it in a C# app.
English Language Dictionary API [closed]
Asked Answered
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...
Sorry, I should have mentioned I'm working on a c# application. –
Spiritualty
Doesn't look like a public web API. I have a database-based solution currently but i'm trying to move away from it as it's need to be constantly updated. –
Spiritualty
© 2022 - 2024 — McMap. All rights reserved.
define: word
. – Mccullough