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: 512
        
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
© Stack Overflow or respective owner