Opensource vocabulary services?
-
I am developing an English vocabulary related project. Is there any open source service available, where I can consume that to get the meanings for words.
Srinubabu Ravilla
-
I am developing an English vocabulary related project. Is there any open source service available, where I can consume that to get the meanings for words.
Srinubabu Ravilla
What does this have to do with C#? I'd suggest you post it as a QA question: [^] where it will reach a wider audience.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
What does this have to do with C#? I'd suggest you post it as a QA question: [^] where it will reach a wider audience.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
I need C# supported service. So that's why I asked this here. Thanks for your suggestion. I'll post it as a question.
Srinubabu Ravilla
-
I am developing an English vocabulary related project. Is there any open source service available, where I can consume that to get the meanings for words.
Srinubabu Ravilla
Do you mean a free service that you can use to get the meaning? In that case it doesn't matter what language it is written in as you can consume it in any client. As for open source code that provides exactly that - the answer is "probably not". A webservice is quite simple to write, and you are basically asking for a lookup service. Most tutorials will already give you that basics. Only thing you'd need to acquire is a free dictionary. You could use the wiktionary for that. You'd be getting defintions of the words by the way; meaning of the word may vary by locale and context and cannot yet be determined by machines.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)
-
I need C# supported service. So that's why I asked this here. Thanks for your suggestion. I'll post it as a question.
Srinubabu Ravilla
The language doesn't matter at all. There's no such thing as a service that "supports C#". It's always the other way around. Can you write code that properly consumes the service?
A guide to posting questions on CodeProject
Click this: Asking questions is a skill. Seriously, do it.
Dave Kreskowiak