Skip to content

Commit e5a7dad

Browse files
committed
Preparation for a npm release - 0.4.1
1 parent a8ab6db commit e5a7dad

2 files changed

Lines changed: 30 additions & 12 deletions

File tree

CLA.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Dan Cunnington
22
Yves Le Cleach
3+
Soheel Chughtai

README.md

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,48 @@ Node-RED Watson Nodes for IBM Bluemix
33

44
[![Codacy Badge](https://api.codacy.com/project/badge/grade/e157cf8407f2442396789dc78075340a)](https://www.codacy.com/app/rezgui-y/node-red-node-watson)
55

6+
### New in version 0.4.1
7+
- AlchemyAPI Image Analysis and Language nodes migrated from old Alchemy SDK to current
8+
Watson Developer Cloud SDK for Node.js
9+
- The dialog for the Language Translation service now loads available models dynamically. This allows
10+
new translation models to be identified without requiring a further code change. This version
11+
allows customised translations models to be selected.
12+
13+
### Watson Nodes for Node-RED
614
A collection of nodes to interact with the IBM Watson services in [IBM Bluemix](http://bluemix.net).
715

816
# Nodes
917

18+
- Concept Insights
19+
- Use concept graphs to tag and explore information and documents.
20+
- Dialog
21+
- Automate branching conversation between a user and your application.
22+
- Use natural language to automatically respond to user questions, cross-sell and up-sell, walk users through processes or applications, or even hand-hold users through difficult tasks.
23+
- Document Conversion
24+
- Prepare documents for the Retrieve and Rank service.
25+
- Feature Extract
26+
- Analyse a single piece of text content (either public URL, HTML or raw text)
27+
to extract multiple AlchemyAPI detected features, e.g. entities, keywords,
28+
sentiment.
29+
- Image Analysis
30+
- Upload an image to detect either faces, URL text or
31+
content present in the image.
1032
- Language Identification
1133
- Detects the language used in text
34+
- Language Translation
35+
- Translates text from one language to another
1236
- Natural Language Classifier
1337
- Uses machine learning algorithms to return the top matching predefined classes for short text inputs.
38+
- News
39+
- Searches news and blog content
1440
- Personality Insights
1541
- Use linguistic analytics to infer cognitive and social characteristics from text
1642
- Relationship Extraction
1743
- Extract entities and their relationships from unstructured text
44+
- Retrieve and Rank
45+
- Creates a trainable search engine for your data
1846
- Speech To Text
1947
- Convert audio containing speech to text
20-
- Language Translation
21-
- Translates text from one language to another
2248
- Text To Speech
2349
- Convert text to audio speech
2450
- Tone Analyzer
@@ -27,16 +53,7 @@ A collection of nodes to interact with the IBM Watson services in [IBM Bluemix](
2753
- Optimize decisions balance between multiple conflicting objectives.
2854
- Visual Recognition
2955
- Analyze visual appearance of images to understand their contents
30-
- Feature Extract
31-
- Analyse a single piece of text content (either public URL, HTML or raw text)
32-
to extract multiple AlchemyAPI detected features, e.g. entities, keywords,
33-
sentiment.
34-
- Image Analysis
35-
- Upload an image to detect either faces, URL text or
36-
content present in the image.
37-
- Dialog
38-
- Automate branching conversation between a user and your application.
39-
- Use natural language to automatically respond to user questions, cross-sell and up-sell, walk users through processes or applications, or even hand-hold users through difficult tasks.
56+
4057

4158
### Contributing
4259

0 commit comments

Comments
 (0)