Skip to content

hkomine/watson-tools-python

Repository files navigation

watson-tools-python

Scripts which run on Watson SDK

The following code require Watson-Developer-Cloud Python SDK:

NaturalLanguageClassifier-client

  • nlcClassify.py
  • nlcConstants.py
  • nlcCreateClassifier.py
  • nlcDeleteClassifier.py
  • nlcGetClassifierInfo.py
  • nlcListClassifiers.py

Dialog-client

  • dialogConstants.py
  • dialogConversation.py
  • dialogCreateDialog.py
  • dialogDeleteDialog.py
  • dialogListDialogs.py
  • dialogUpdateDialog.py

You must install the SDK with the following command:

pip install --upgrade watson-developer-cloud

Other scripts

The following code runs on standard Python 2.7 environment with cURL.

RetrieveAndRank-client

  • train_win7.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages