PHP English dictionary, API or extension

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cheesecaker
    New Member
    • Feb 2007
    • 66

    #1

    PHP English dictionary, API or extension

    I need a script or extension for PHP that would allow me to look up definitions for English words. I don't mean spell checking, I mean looking up definitions.

    A dictionary website that provides an API would also be fine.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Originally posted by cheesecaker
    I need a script or extension for PHP that would allow me to look up definitions for English words. I don't mean spell checking, I mean looking up definitions.

    A dictionary website that provides an API would also be fine.
    You mean a thesaurus of the (King's) English language. My suggestion is to google for it and you'll find lots of them.

    Ronald

    Comment

    • cheesecaker
      New Member
      • Feb 2007
      • 66

      #3
      Originally posted by ronverdonk
      You mean a thesaurus of the (King's) English language. My suggestion is to google for it and you'll find lots of them.

      Ronald
      Haha, no, not a thesaurus, a dictionary. And it needs to be in an API or some other form easily accessed by calls made in PHP. Everything I find within these guidelines is for Java or Perl or something.

      I mean I could achieve the same effect by scrubbing the dictionary.com page for a word with regex, but that's really messy.

      Comment

      Working...