Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Opensource vocabulary services?

Opensource vocabulary services?

Scheduled Pinned Locked Moved C#
question
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Srinubabu Ravilla
    wrote on last edited by
    #1

    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

    OriginalGriffO L 2 Replies Last reply
    0
    • S 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

      OriginalGriffO Offline
      OriginalGriffO Offline
      OriginalGriff
      wrote on last edited by
      #2

      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 have no idea what I did, but I'm taking full credit for it." - ThisOldTony
      "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

      S 1 Reply Last reply
      0
      • OriginalGriffO OriginalGriff

        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...

        S Offline
        S Offline
        Srinubabu Ravilla
        wrote on last edited by
        #3

        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

        D 1 Reply Last reply
        0
        • S 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

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          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)

          1 Reply Last reply
          0
          • S Srinubabu Ravilla

            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

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            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

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups