Advertisement
Guest User

Untitled

a guest
Apr 9th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. WatsonException: Error: unsupported media type, Code: 415
  2.  
  3. from watson_developer_cloud import AlchemyLanguageV1
  4. alchemy_language = AlchemyLanguageV1(url="https://gateway.watsonplatform.net/natural-language-understanding/api",
  5. username="xxx",
  6. password="xxx")
  7. print(json.dumps(alchemy_language.sentiment(text="hehe")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement