def synonyms_for(word)
        url = "http://api.wordnik.com/v4/word.json/#{word}/relatedWords"
        Lita.logger.debug("Making Wordnik API request to #{url}.")
        process_response http.get(
          url,