Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
ragudiko edited this page Sep 20, 2017 · 15 revisions

Welcome to the wks-nlu-sms-analysis wiki!

This application demonstrates Watson API capabilities using which we can build solution specific to domain. It makes use of Watson Knowledge Studio, Natural Language Understanding.

Links

Code: https://github.com/ragudiko/wks-nlu-sms-analysis

Introduction

In this developer journey we will guide to develop solution using wks-nlu. Post understanding this wiki user will be able to perform the below tasks.

  1. Using Watson Knowledge Studio user can create and train the machine learning model using human annotated documents.
  2. User will be able to integrate the machine model into NLU service.
  3. User can extract domain specific entities using this NLU service.

Flow

  1. User will feed the sms from which he wants to extract entity info from sms.
  2. The offer, offer period, merchant etc are fetched as json.

Included components

  1. Watson Knowledge Studio
  2. Natural Language Understanding
  3. java client
Clone this wiki locally