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

Commit

Permalink
build(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Jun 22, 2018
1 parent d7ef0c5 commit 2650206
Show file tree
Hide file tree
Showing 7 changed files with 4,723 additions and 2,957 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 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)

# 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)

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.

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

## Privacy Notice

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:

* Node.js package version
* Node.js repository URL
* Application Name (`application_name`)
* Space ID (`space_id`)
* Application Version (`application_version`)
* Application URIs (`application_uris`)
* Labels of bound services
* Number of instances for each bound service and associated plan information

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.

[deploy_track_url]: https://github.com/cloudant-labs/deployment-tracker
[cloud_foundry]: https://github.com/cloudfoundry/cli
[getting_started]: https://console.bluemix.net/docs/services/watson/index.html#about
[nlc_docs]: https://console.bluemix.net/docs/services/natural-language-classifier/getting-started.html
Expand Down
2 changes: 1 addition & 1 deletion casper-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const fs = require('fs');
if (!fs.existsSync('.env')) {
process.exit(0);
}
const spawn = require('child_process').spawn;
const spawn = require('child_process').spawn; // eslint-disable-line

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

Expand Down
Loading

0 comments on commit 2650206

Please sign in to comment.