Dictionary API or Library

Posted by Trey on Stack Overflow See other posts from Stack Overflow or by Trey
Published on 2008-10-19T16:28:05Z Indexed on 2010/04/06 6:33 UTC
Read the original article Hit count: 444

Filed under:
|
|

Does anyone know of a good dictionary API or ruby library to lookup the definitions of words?

I'm thinking it should work something like:

  1. I call get_definition(word)
  2. It returns the definition for that word (ideally in some way to easily format the definition for display.

Thanks

© Stack Overflow or respective owner

Related posts about ruby

Related posts about api