node-red node for IBM Watson natural language classifier
Add this in your nodes/ directory and it should appear as a palette icon in the IBM Watson section. You must ensure you add/bind the service to your application in order for it to work.
$ cf api https://api.ng.bluemix.net
$ cf login -u <your user ID>
$ cf create-service natural_language_classifier free natural-language-classifier-service
$ cf bind-service my_app natural_language_classifier
This also depends on a classifier already being available, and previously trained.
Copyright 2015 Jason Mah under the ISC License