udacity / aind-issue-reports

0 stars 0 forks source link

Bookworm Project - Watson API change #218

Open YungChunLu opened 6 years ago

YungChunLu commented 6 years ago

In helper.py function, where it’s trying to iterate through obj_list[obj_type + “s”]. but obj_list[‘environments’] has error TypeError: ‘method’ object is not subscriptable

YungChunLu commented 6 years ago

When using output[‘enriched_text’] to find relevant information. but I’m unable to identify “relations” and ‘keywords’ keys in the output[‘enriched_text’] or output dictionary.