Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit c9b6107

Browse files
Merge pull request #58 from watson-developer-cloud/updates
build(npm): update dependencies
2 parents d7ef0c5 + 0f5bd25 commit c9b6107

File tree

6 files changed

+4722
-2956
lines changed

6 files changed

+4722
-2956
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Natural Language Classifier Demo [![Build Status](https://travis-ci.org/watson-developer-cloud/natural-language-classifier-nodejs.svg?branch=master)](http://travis-ci.org/watson-developer-cloud/natural-language-classifier-nodejs) [![codecov](https://codecov.io/gh/watson-developer-cloud/natural-language-classifier-nodejs/branch/master/graph/badge.svg)](https://codecov.io/gh/watson-developer-cloud/natural-language-classifier-nodejs)
2-
1+
# Natural Language Classifier Demo [![Build Status](https://travis-ci.org/watson-developer-cloud/natural-language-classifier-nodejs.svg?branch=master)](http://travis-ci.org/watson-developer-cloud/natural-language-classifier-nodejs)
32

43
The IBM Watson™ Natural Language Classifier service applies deep learning techniques to make predictions about the best predefined classes for short sentences or phrases. The classes can trigger a corresponding action in an application, such as directing a request to a location or person, or answering a question. After training, the service returns information for texts that it hasn't seen before. The response includes the name of the top classes and confidence values.
54

@@ -135,22 +134,6 @@ For more details about developing applications that use Watson Developer Cloud s
135134
## Open Source @ IBM
136135
Find more open source projects on the [IBM Github Page](http://ibm.github.io/)
137136

138-
## Privacy Notice
139-
140-
Sample web applications that include this package may be configured to track deployments to [IBM Bluemix](https://www.bluemix.net/) and other Cloud Foundry platforms. The following information is sent to a [Deployment Tracker](https://github.com/IBM-Bluemix/cf-deployment-tracker-service) service on each deployment:
141-
142-
* Node.js package version
143-
* Node.js repository URL
144-
* Application Name (`application_name`)
145-
* Space ID (`space_id`)
146-
* Application Version (`application_version`)
147-
* Application URIs (`application_uris`)
148-
* Labels of bound services
149-
* Number of instances for each bound service and associated plan information
150-
151-
This data is collected from the `package.json` file in the sample application and the `VCAP_APPLICATION` and `VCAP_SERVICES` environment variables in IBM Bluemix and other Cloud Foundry platforms. This data is used by IBM to track metrics around deployments of sample applications to IBM Bluemix to measure the usefulness of our examples, so that we can continuously improve the content we offer to you. Only deployments of sample applications that include code to ping the Deployment Tracker service will be tracked.
152-
153-
[deploy_track_url]: https://github.com/cloudant-labs/deployment-tracker
154137
[cloud_foundry]: https://github.com/cloudfoundry/cli
155138
[getting_started]: https://console.bluemix.net/docs/services/watson/index.html#about
156139
[nlc_docs]: https://console.bluemix.net/docs/services/natural-language-classifier/getting-started.html

casper-runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const fs = require('fs');
2020
if (!fs.existsSync('.env')) {
2121
process.exit(0);
2222
}
23-
const spawn = require('child_process').spawn;
23+
const spawn = require('child_process').spawn; // eslint-disable-line
2424

2525
const app = require('./app');
2626

0 commit comments

Comments
 (0)