1

I am trying to find end-to-end sample code for the IBM Watson AlchemyLanguage Python SDK and IBM Watson Retrieve and Rank Python SDK. I do have sample code from each SDK but they are very skeletal (just class / function definitions). I am hoping to find samples where the API is called, files are uploaded and functions are called, e.g. entity, sentiment, text, etc.

German Attanasio
  • 22,217
  • 7
  • 47
  • 63
  • have you tried this http://www.alchemyapi.com/developers/getting-started-guide/using-alchemyapi-with-python ? – Leo Jun 29 '16 at 12:47
  • Yes I did look there but thank you. I posted a message on Watson's Slack page and they indicate that they are creating an Application Starter Kit for just this purpose. – starconsult Jun 30 '16 at 04:39
  • sounds like a good idea, glad t know that – Leo Jun 30 '16 at 16:55
  • Check back here as I will post when the kit is available and where to find it once I know. – starconsult Jul 02 '16 at 00:35

1 Answers1

1

Each SDK has an examples folder with examples of how to call the different methods.

There is also a resources folder with some example files you can use when calling the APIs.

German Attanasio
  • 22,217
  • 7
  • 47
  • 63