Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

filipecorrea/natural-language-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natural Language Classifier

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.

Prerequisites

Setup

Install npm packages. At root directory, run:

$ npm install

Install Bower packages. At client directory, run:

$ bower install

Run

At root directory, run:

$ grunt

Documentation

More information about creating and training a classifier at:

http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/nl-classifier/get_start.shtml

About

Web application that use IBM Watson's Natural Language Classifier service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published