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:
- I call get_definition(word)
- It returns the definition for that word (ideally in some way to easily format the definition for display.
Thanks
Ruby-WordNet sounds like it does what you’re looking for: