-
Notifications
You must be signed in to change notification settings - Fork 363
Expand file tree
/
Copy pathnlu_flow.json
More file actions
86 lines (86 loc) · 1.7 KB
/
nlu_flow.json
File metadata and controls
86 lines (86 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"id": "dfae1ed.fd525e",
"type": "inject",
"z": "4bfa03f1.d1c1ec",
"name": "URL",
"topic": "",
"payload": "http://www.ibm.com/us-en/",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"x": 91,
"y": 383,
"wires": [
[
"457a4a71.898214"
]
]
},
{
"id": "f1af34f0.1b57f8",
"type": "inject",
"z": "4bfa03f1.d1c1ec",
"name": "Text",
"topic": "",
"payload": "This is the sample text on which I want some understanding.",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"x": 96,
"y": 428,
"wires": [
[
"457a4a71.898214"
]
]
},
{
"id": "457a4a71.898214",
"type": "natural-language-understanding",
"z": "4bfa03f1.d1c1ec",
"name": "",
"categories": true,
"concepts": true,
"maxconcepts": "5",
"doc-emotion": true,
"doc-emotion-target": "apples, pears",
"doc-sentiment": true,
"doc-sentiment-target": "sharks, dolphins, whales",
"entity": true,
"entity-emotion": false,
"entity-sentiment": false,
"maxentities": "50",
"keyword": true,
"keyword-emotion": true,
"keyword-sentiment": true,
"maxkeywords": "10",
"metadata": false,
"relation": false,
"semantic": true,
"semantic-entities": true,
"semantic-keywords": false,
"maxsemantics": "20",
"x": 347,
"y": 396,
"wires": [
[
"74a18e3e.f0e37"
]
]
},
{
"id": "74a18e3e.f0e37",
"type": "debug",
"z": "4bfa03f1.d1c1ec",
"name": "",
"active": true,
"console": "false",
"complete": "true",
"x": 566,
"y": 393,
"wires": []
}
]