You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
6
14
A collection of nodes to interact with the IBM Watson services in [IBM Bluemix](http://bluemix.net).
7
15
8
16
# Nodes
9
17
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.
10
32
- Language Identification
11
33
- Detects the language used in text
34
+
- Language Translation
35
+
- Translates text from one language to another
12
36
- Natural Language Classifier
13
37
- Uses machine learning algorithms to return the top matching predefined classes for short text inputs.
38
+
- News
39
+
- Searches news and blog content
14
40
- Personality Insights
15
41
- Use linguistic analytics to infer cognitive and social characteristics from text
16
42
- Relationship Extraction
17
43
- Extract entities and their relationships from unstructured text
44
+
- Retrieve and Rank
45
+
- Creates a trainable search engine for your data
18
46
- Speech To Text
19
47
- Convert audio containing speech to text
20
-
- Language Translation
21
-
- Translates text from one language to another
22
48
- Text To Speech
23
49
- Convert text to audio speech
24
50
- Tone Analyzer
@@ -27,16 +53,7 @@ A collection of nodes to interact with the IBM Watson services in [IBM Bluemix](
27
53
- Optimize decisions balance between multiple conflicting objectives.
28
54
- Visual Recognition
29
55
- 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.
0 commit comments