Guest User

Untitled

a guest
Feb 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def get_concept(result_json, index):
  2. """ Returns a given concept given an index"""
  3. return result_json['outputs'][0]["data"]['concepts'][index]['name']
Add Comment
Please, Sign In to add comment