@n8n-dev/n8n-nodes-monarchinitiative 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +122 -0
- package/dist/banner.svg +124 -0
- package/dist/credentials/MonarchinitiativeApi.credentials.d.ts +9 -0
- package/dist/credentials/MonarchinitiativeApi.credentials.js +49 -0
- package/dist/credentials/MonarchinitiativeApi.credentials.js.map +1 -0
- package/dist/icons/monarchinitiative.dark.svg +18 -0
- package/dist/icons/monarchinitiative.svg +18 -0
- package/dist/nodes/Monarchinitiative/Monarchinitiative.node.d.ts +4 -0
- package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js +229 -0
- package/dist/nodes/Monarchinitiative/Monarchinitiative.node.js.map +1 -0
- package/dist/nodes/Monarchinitiative/Monarchinitiative.node.json +20 -0
- package/dist/nodes/Monarchinitiative/monarchinitiative.dark.svg +18 -0
- package/dist/nodes/Monarchinitiative/monarchinitiative.svg +18 -0
- package/dist/nodes/Monarchinitiative/resources/association/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/association/index.js +1439 -0
- package/dist/nodes/Monarchinitiative/resources/association/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/bioentity/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/bioentity/index.js +30727 -0
- package/dist/nodes/Monarchinitiative/resources/bioentity/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js +621 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js +78 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-homologs/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js +531 -0
- package/dist/nodes/Monarchinitiative/resources/bioentityset-slimmer/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/cam/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/cam/index.js +632 -0
- package/dist/nodes/Monarchinitiative/resources/cam/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js +109 -0
- package/dist/nodes/Monarchinitiative/resources/evidence-graph/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/genome-features/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/genome-features/index.js +53 -0
- package/dist/nodes/Monarchinitiative/resources/genome-features/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/graph/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/graph/index.js +233 -0
- package/dist/nodes/Monarchinitiative/resources/graph/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js +53 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-mapper/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js +115 -0
- package/dist/nodes/Monarchinitiative/resources/identifier-prefixes/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/index.d.ts +26 -0
- package/dist/nodes/Monarchinitiative/resources/index.js +56 -0
- package/dist/nodes/Monarchinitiative/resources/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/individual/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/individual/index.js +84 -0
- package/dist/nodes/Monarchinitiative/resources/individual/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/mart/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/mart/index.js +252 -0
- package/dist/nodes/Monarchinitiative/resources/mart/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/metadata/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/metadata/index.js +53 -0
- package/dist/nodes/Monarchinitiative/resources/metadata/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/mme/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/mme/index.js +177 -0
- package/dist/nodes/Monarchinitiative/resources/mme/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js +946 -0
- package/dist/nodes/Monarchinitiative/resources/nlp-annotate/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/ontol/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/ontol/index.js +390 -0
- package/dist/nodes/Monarchinitiative/resources/ontol/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js +136 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-identifier/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js +79 -0
- package/dist/nodes/Monarchinitiative/resources/ontol-labeler/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/ontology/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/ontology/index.js +376 -0
- package/dist/nodes/Monarchinitiative/resources/ontology/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js +84 -0
- package/dist/nodes/Monarchinitiative/resources/owl-ontology/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/pair-sim/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js +78 -0
- package/dist/nodes/Monarchinitiative/resources/pair-sim/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/relation-usage/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js +346 -0
- package/dist/nodes/Monarchinitiative/resources/relation-usage/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/search/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/search/index.js +940 -0
- package/dist/nodes/Monarchinitiative/resources/search/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/sim/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/sim/index.js +596 -0
- package/dist/nodes/Monarchinitiative/resources/sim/index.js.map +1 -0
- package/dist/nodes/Monarchinitiative/resources/variation-set/index.d.ts +2 -0
- package/dist/nodes/Monarchinitiative/resources/variation-set/index.js +689 -0
- package/dist/nodes/Monarchinitiative/resources/variation-set/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,946 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.nlpAnnotateDescription = void 0;
|
|
4
|
+
exports.nlpAnnotateDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Nlp Annotate"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Annotate",
|
|
20
|
+
"value": "Get Annotate",
|
|
21
|
+
"action": "Annotate a given text using SciGraph annotator",
|
|
22
|
+
"description": "Annotate a given text using SciGraph annotator",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/nlp/annotate/"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Post Annotate",
|
|
32
|
+
"value": "Post Annotate",
|
|
33
|
+
"action": "Annotate a given text using SciGraph annotator",
|
|
34
|
+
"description": "Annotate a given text using SciGraph annotator",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/nlp/annotate/"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Get Annotate Entities",
|
|
44
|
+
"value": "Get Annotate Entities",
|
|
45
|
+
"action": "Annotate a given content using SciGraph annotator and get all entities from content",
|
|
46
|
+
"description": "Annotate a given content using SciGraph annotator and get all entities from content",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/nlp/annotate/entities"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Post Annotate Entities",
|
|
56
|
+
"value": "Post Annotate Entities",
|
|
57
|
+
"action": "Annotate a given content using SciGraph annotator and get all entities from content",
|
|
58
|
+
"description": "Annotate a given content using SciGraph annotator and get all entities from content",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "POST",
|
|
62
|
+
"url": "=/nlp/annotate/entities"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"default": ""
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"displayName": "GET /nlp/annotate/",
|
|
71
|
+
"name": "operation",
|
|
72
|
+
"type": "notice",
|
|
73
|
+
"typeOptions": {
|
|
74
|
+
"theme": "info"
|
|
75
|
+
},
|
|
76
|
+
"default": "",
|
|
77
|
+
"displayOptions": {
|
|
78
|
+
"show": {
|
|
79
|
+
"resource": [
|
|
80
|
+
"Nlp Annotate"
|
|
81
|
+
],
|
|
82
|
+
"operation": [
|
|
83
|
+
"Get Annotate"
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"displayName": "Content",
|
|
90
|
+
"name": "content",
|
|
91
|
+
"description": "The text content to annotate",
|
|
92
|
+
"default": "",
|
|
93
|
+
"type": "string",
|
|
94
|
+
"routing": {
|
|
95
|
+
"send": {
|
|
96
|
+
"type": "query",
|
|
97
|
+
"property": "content",
|
|
98
|
+
"value": "={{ $value }}",
|
|
99
|
+
"propertyInDotNotation": false
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"displayOptions": {
|
|
103
|
+
"show": {
|
|
104
|
+
"resource": [
|
|
105
|
+
"Nlp Annotate"
|
|
106
|
+
],
|
|
107
|
+
"operation": [
|
|
108
|
+
"Get Annotate"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"displayName": "Include Category",
|
|
115
|
+
"name": "include_category",
|
|
116
|
+
"description": "Categories to include for annotation",
|
|
117
|
+
"default": "[\n null\n]",
|
|
118
|
+
"type": "json",
|
|
119
|
+
"routing": {
|
|
120
|
+
"send": {
|
|
121
|
+
"type": "query",
|
|
122
|
+
"property": "include_category",
|
|
123
|
+
"value": "={{ $value }}",
|
|
124
|
+
"propertyInDotNotation": false
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"displayOptions": {
|
|
128
|
+
"show": {
|
|
129
|
+
"resource": [
|
|
130
|
+
"Nlp Annotate"
|
|
131
|
+
],
|
|
132
|
+
"operation": [
|
|
133
|
+
"Get Annotate"
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"displayName": "Exclude Category",
|
|
140
|
+
"name": "exclude_category",
|
|
141
|
+
"description": "Categories to exclude for annotation",
|
|
142
|
+
"default": "[\n null\n]",
|
|
143
|
+
"type": "json",
|
|
144
|
+
"routing": {
|
|
145
|
+
"send": {
|
|
146
|
+
"type": "query",
|
|
147
|
+
"property": "exclude_category",
|
|
148
|
+
"value": "={{ $value }}",
|
|
149
|
+
"propertyInDotNotation": false
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"displayOptions": {
|
|
153
|
+
"show": {
|
|
154
|
+
"resource": [
|
|
155
|
+
"Nlp Annotate"
|
|
156
|
+
],
|
|
157
|
+
"operation": [
|
|
158
|
+
"Get Annotate"
|
|
159
|
+
]
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"displayName": "Min Length",
|
|
165
|
+
"name": "min_length",
|
|
166
|
+
"description": "The minimum number of characters in the annotated entity",
|
|
167
|
+
"default": 4,
|
|
168
|
+
"type": "string",
|
|
169
|
+
"routing": {
|
|
170
|
+
"send": {
|
|
171
|
+
"type": "query",
|
|
172
|
+
"property": "min_length",
|
|
173
|
+
"value": "={{ $value }}",
|
|
174
|
+
"propertyInDotNotation": false
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"displayOptions": {
|
|
178
|
+
"show": {
|
|
179
|
+
"resource": [
|
|
180
|
+
"Nlp Annotate"
|
|
181
|
+
],
|
|
182
|
+
"operation": [
|
|
183
|
+
"Get Annotate"
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"displayName": "Longest Only",
|
|
190
|
+
"name": "longest_only",
|
|
191
|
+
"description": "Should only the longest entity be returned for an overlapping group",
|
|
192
|
+
"default": false,
|
|
193
|
+
"type": "boolean",
|
|
194
|
+
"routing": {
|
|
195
|
+
"send": {
|
|
196
|
+
"type": "query",
|
|
197
|
+
"property": "longest_only",
|
|
198
|
+
"value": "={{ $value }}",
|
|
199
|
+
"propertyInDotNotation": false
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"displayOptions": {
|
|
203
|
+
"show": {
|
|
204
|
+
"resource": [
|
|
205
|
+
"Nlp Annotate"
|
|
206
|
+
],
|
|
207
|
+
"operation": [
|
|
208
|
+
"Get Annotate"
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"displayName": "Include Abbreviation",
|
|
215
|
+
"name": "include_abbreviation",
|
|
216
|
+
"description": "Should abbreviations be included",
|
|
217
|
+
"default": false,
|
|
218
|
+
"type": "boolean",
|
|
219
|
+
"routing": {
|
|
220
|
+
"send": {
|
|
221
|
+
"type": "query",
|
|
222
|
+
"property": "include_abbreviation",
|
|
223
|
+
"value": "={{ $value }}",
|
|
224
|
+
"propertyInDotNotation": false
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"displayOptions": {
|
|
228
|
+
"show": {
|
|
229
|
+
"resource": [
|
|
230
|
+
"Nlp Annotate"
|
|
231
|
+
],
|
|
232
|
+
"operation": [
|
|
233
|
+
"Get Annotate"
|
|
234
|
+
]
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"displayName": "Include Acronym",
|
|
240
|
+
"name": "include_acronym",
|
|
241
|
+
"description": "Should acronyms be included",
|
|
242
|
+
"default": false,
|
|
243
|
+
"type": "boolean",
|
|
244
|
+
"routing": {
|
|
245
|
+
"send": {
|
|
246
|
+
"type": "query",
|
|
247
|
+
"property": "include_acronym",
|
|
248
|
+
"value": "={{ $value }}",
|
|
249
|
+
"propertyInDotNotation": false
|
|
250
|
+
}
|
|
251
|
+
},
|
|
252
|
+
"displayOptions": {
|
|
253
|
+
"show": {
|
|
254
|
+
"resource": [
|
|
255
|
+
"Nlp Annotate"
|
|
256
|
+
],
|
|
257
|
+
"operation": [
|
|
258
|
+
"Get Annotate"
|
|
259
|
+
]
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"displayName": "Include Numbers",
|
|
265
|
+
"name": "include_numbers",
|
|
266
|
+
"description": "Should numbers be included",
|
|
267
|
+
"default": false,
|
|
268
|
+
"type": "boolean",
|
|
269
|
+
"routing": {
|
|
270
|
+
"send": {
|
|
271
|
+
"type": "query",
|
|
272
|
+
"property": "include_numbers",
|
|
273
|
+
"value": "={{ $value }}",
|
|
274
|
+
"propertyInDotNotation": false
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"displayOptions": {
|
|
278
|
+
"show": {
|
|
279
|
+
"resource": [
|
|
280
|
+
"Nlp Annotate"
|
|
281
|
+
],
|
|
282
|
+
"operation": [
|
|
283
|
+
"Get Annotate"
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"displayName": "POST /nlp/annotate/",
|
|
290
|
+
"name": "operation",
|
|
291
|
+
"type": "notice",
|
|
292
|
+
"typeOptions": {
|
|
293
|
+
"theme": "info"
|
|
294
|
+
},
|
|
295
|
+
"default": "",
|
|
296
|
+
"displayOptions": {
|
|
297
|
+
"show": {
|
|
298
|
+
"resource": [
|
|
299
|
+
"Nlp Annotate"
|
|
300
|
+
],
|
|
301
|
+
"operation": [
|
|
302
|
+
"Post Annotate"
|
|
303
|
+
]
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"displayName": "Content",
|
|
309
|
+
"name": "content",
|
|
310
|
+
"description": "The text content to annotate",
|
|
311
|
+
"default": "",
|
|
312
|
+
"type": "string",
|
|
313
|
+
"routing": {
|
|
314
|
+
"send": {
|
|
315
|
+
"type": "query",
|
|
316
|
+
"property": "content",
|
|
317
|
+
"value": "={{ $value }}",
|
|
318
|
+
"propertyInDotNotation": false
|
|
319
|
+
}
|
|
320
|
+
},
|
|
321
|
+
"displayOptions": {
|
|
322
|
+
"show": {
|
|
323
|
+
"resource": [
|
|
324
|
+
"Nlp Annotate"
|
|
325
|
+
],
|
|
326
|
+
"operation": [
|
|
327
|
+
"Post Annotate"
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"displayName": "Include Category",
|
|
334
|
+
"name": "include_category",
|
|
335
|
+
"description": "Categories to include for annotation",
|
|
336
|
+
"default": "[\n null\n]",
|
|
337
|
+
"type": "json",
|
|
338
|
+
"routing": {
|
|
339
|
+
"send": {
|
|
340
|
+
"type": "query",
|
|
341
|
+
"property": "include_category",
|
|
342
|
+
"value": "={{ $value }}",
|
|
343
|
+
"propertyInDotNotation": false
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"displayOptions": {
|
|
347
|
+
"show": {
|
|
348
|
+
"resource": [
|
|
349
|
+
"Nlp Annotate"
|
|
350
|
+
],
|
|
351
|
+
"operation": [
|
|
352
|
+
"Post Annotate"
|
|
353
|
+
]
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"displayName": "Exclude Category",
|
|
359
|
+
"name": "exclude_category",
|
|
360
|
+
"description": "Categories to exclude for annotation",
|
|
361
|
+
"default": "[\n null\n]",
|
|
362
|
+
"type": "json",
|
|
363
|
+
"routing": {
|
|
364
|
+
"send": {
|
|
365
|
+
"type": "query",
|
|
366
|
+
"property": "exclude_category",
|
|
367
|
+
"value": "={{ $value }}",
|
|
368
|
+
"propertyInDotNotation": false
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"displayOptions": {
|
|
372
|
+
"show": {
|
|
373
|
+
"resource": [
|
|
374
|
+
"Nlp Annotate"
|
|
375
|
+
],
|
|
376
|
+
"operation": [
|
|
377
|
+
"Post Annotate"
|
|
378
|
+
]
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"displayName": "Min Length",
|
|
384
|
+
"name": "min_length",
|
|
385
|
+
"description": "The minimum number of characters in the annotated entity",
|
|
386
|
+
"default": 4,
|
|
387
|
+
"type": "string",
|
|
388
|
+
"routing": {
|
|
389
|
+
"send": {
|
|
390
|
+
"type": "query",
|
|
391
|
+
"property": "min_length",
|
|
392
|
+
"value": "={{ $value }}",
|
|
393
|
+
"propertyInDotNotation": false
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
"displayOptions": {
|
|
397
|
+
"show": {
|
|
398
|
+
"resource": [
|
|
399
|
+
"Nlp Annotate"
|
|
400
|
+
],
|
|
401
|
+
"operation": [
|
|
402
|
+
"Post Annotate"
|
|
403
|
+
]
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"displayName": "Longest Only",
|
|
409
|
+
"name": "longest_only",
|
|
410
|
+
"description": "Should only the longest entity be returned for an overlapping group",
|
|
411
|
+
"default": false,
|
|
412
|
+
"type": "boolean",
|
|
413
|
+
"routing": {
|
|
414
|
+
"send": {
|
|
415
|
+
"type": "query",
|
|
416
|
+
"property": "longest_only",
|
|
417
|
+
"value": "={{ $value }}",
|
|
418
|
+
"propertyInDotNotation": false
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"displayOptions": {
|
|
422
|
+
"show": {
|
|
423
|
+
"resource": [
|
|
424
|
+
"Nlp Annotate"
|
|
425
|
+
],
|
|
426
|
+
"operation": [
|
|
427
|
+
"Post Annotate"
|
|
428
|
+
]
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"displayName": "Include Abbreviation",
|
|
434
|
+
"name": "include_abbreviation",
|
|
435
|
+
"description": "Should abbreviations be included",
|
|
436
|
+
"default": false,
|
|
437
|
+
"type": "boolean",
|
|
438
|
+
"routing": {
|
|
439
|
+
"send": {
|
|
440
|
+
"type": "query",
|
|
441
|
+
"property": "include_abbreviation",
|
|
442
|
+
"value": "={{ $value }}",
|
|
443
|
+
"propertyInDotNotation": false
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"displayOptions": {
|
|
447
|
+
"show": {
|
|
448
|
+
"resource": [
|
|
449
|
+
"Nlp Annotate"
|
|
450
|
+
],
|
|
451
|
+
"operation": [
|
|
452
|
+
"Post Annotate"
|
|
453
|
+
]
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"displayName": "Include Acronym",
|
|
459
|
+
"name": "include_acronym",
|
|
460
|
+
"description": "Should acronyms be included",
|
|
461
|
+
"default": false,
|
|
462
|
+
"type": "boolean",
|
|
463
|
+
"routing": {
|
|
464
|
+
"send": {
|
|
465
|
+
"type": "query",
|
|
466
|
+
"property": "include_acronym",
|
|
467
|
+
"value": "={{ $value }}",
|
|
468
|
+
"propertyInDotNotation": false
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"displayOptions": {
|
|
472
|
+
"show": {
|
|
473
|
+
"resource": [
|
|
474
|
+
"Nlp Annotate"
|
|
475
|
+
],
|
|
476
|
+
"operation": [
|
|
477
|
+
"Post Annotate"
|
|
478
|
+
]
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"displayName": "Include Numbers",
|
|
484
|
+
"name": "include_numbers",
|
|
485
|
+
"description": "Should numbers be included",
|
|
486
|
+
"default": false,
|
|
487
|
+
"type": "boolean",
|
|
488
|
+
"routing": {
|
|
489
|
+
"send": {
|
|
490
|
+
"type": "query",
|
|
491
|
+
"property": "include_numbers",
|
|
492
|
+
"value": "={{ $value }}",
|
|
493
|
+
"propertyInDotNotation": false
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
"displayOptions": {
|
|
497
|
+
"show": {
|
|
498
|
+
"resource": [
|
|
499
|
+
"Nlp Annotate"
|
|
500
|
+
],
|
|
501
|
+
"operation": [
|
|
502
|
+
"Post Annotate"
|
|
503
|
+
]
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"displayName": "GET /nlp/annotate/entities",
|
|
509
|
+
"name": "operation",
|
|
510
|
+
"type": "notice",
|
|
511
|
+
"typeOptions": {
|
|
512
|
+
"theme": "info"
|
|
513
|
+
},
|
|
514
|
+
"default": "",
|
|
515
|
+
"displayOptions": {
|
|
516
|
+
"show": {
|
|
517
|
+
"resource": [
|
|
518
|
+
"Nlp Annotate"
|
|
519
|
+
],
|
|
520
|
+
"operation": [
|
|
521
|
+
"Get Annotate Entities"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"displayName": "Content",
|
|
528
|
+
"name": "content",
|
|
529
|
+
"description": "The text content to annotate",
|
|
530
|
+
"default": "",
|
|
531
|
+
"type": "string",
|
|
532
|
+
"routing": {
|
|
533
|
+
"send": {
|
|
534
|
+
"type": "query",
|
|
535
|
+
"property": "content",
|
|
536
|
+
"value": "={{ $value }}",
|
|
537
|
+
"propertyInDotNotation": false
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"displayOptions": {
|
|
541
|
+
"show": {
|
|
542
|
+
"resource": [
|
|
543
|
+
"Nlp Annotate"
|
|
544
|
+
],
|
|
545
|
+
"operation": [
|
|
546
|
+
"Get Annotate Entities"
|
|
547
|
+
]
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"displayName": "Include Category",
|
|
553
|
+
"name": "include_category",
|
|
554
|
+
"description": "Categories to include for annotation",
|
|
555
|
+
"default": "[\n null\n]",
|
|
556
|
+
"type": "json",
|
|
557
|
+
"routing": {
|
|
558
|
+
"send": {
|
|
559
|
+
"type": "query",
|
|
560
|
+
"property": "include_category",
|
|
561
|
+
"value": "={{ $value }}",
|
|
562
|
+
"propertyInDotNotation": false
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"displayOptions": {
|
|
566
|
+
"show": {
|
|
567
|
+
"resource": [
|
|
568
|
+
"Nlp Annotate"
|
|
569
|
+
],
|
|
570
|
+
"operation": [
|
|
571
|
+
"Get Annotate Entities"
|
|
572
|
+
]
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"displayName": "Exclude Category",
|
|
578
|
+
"name": "exclude_category",
|
|
579
|
+
"description": "Categories to exclude for annotation",
|
|
580
|
+
"default": "[\n null\n]",
|
|
581
|
+
"type": "json",
|
|
582
|
+
"routing": {
|
|
583
|
+
"send": {
|
|
584
|
+
"type": "query",
|
|
585
|
+
"property": "exclude_category",
|
|
586
|
+
"value": "={{ $value }}",
|
|
587
|
+
"propertyInDotNotation": false
|
|
588
|
+
}
|
|
589
|
+
},
|
|
590
|
+
"displayOptions": {
|
|
591
|
+
"show": {
|
|
592
|
+
"resource": [
|
|
593
|
+
"Nlp Annotate"
|
|
594
|
+
],
|
|
595
|
+
"operation": [
|
|
596
|
+
"Get Annotate Entities"
|
|
597
|
+
]
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"displayName": "Min Length",
|
|
603
|
+
"name": "min_length",
|
|
604
|
+
"description": "The minimum number of characters in the annotated entity",
|
|
605
|
+
"default": 4,
|
|
606
|
+
"type": "string",
|
|
607
|
+
"routing": {
|
|
608
|
+
"send": {
|
|
609
|
+
"type": "query",
|
|
610
|
+
"property": "min_length",
|
|
611
|
+
"value": "={{ $value }}",
|
|
612
|
+
"propertyInDotNotation": false
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
"displayOptions": {
|
|
616
|
+
"show": {
|
|
617
|
+
"resource": [
|
|
618
|
+
"Nlp Annotate"
|
|
619
|
+
],
|
|
620
|
+
"operation": [
|
|
621
|
+
"Get Annotate Entities"
|
|
622
|
+
]
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"displayName": "Longest Only",
|
|
628
|
+
"name": "longest_only",
|
|
629
|
+
"description": "Should only the longest entity be returned for an overlapping group",
|
|
630
|
+
"default": false,
|
|
631
|
+
"type": "boolean",
|
|
632
|
+
"routing": {
|
|
633
|
+
"send": {
|
|
634
|
+
"type": "query",
|
|
635
|
+
"property": "longest_only",
|
|
636
|
+
"value": "={{ $value }}",
|
|
637
|
+
"propertyInDotNotation": false
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"displayOptions": {
|
|
641
|
+
"show": {
|
|
642
|
+
"resource": [
|
|
643
|
+
"Nlp Annotate"
|
|
644
|
+
],
|
|
645
|
+
"operation": [
|
|
646
|
+
"Get Annotate Entities"
|
|
647
|
+
]
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"displayName": "Include Abbreviation",
|
|
653
|
+
"name": "include_abbreviation",
|
|
654
|
+
"description": "Should abbreviations be included",
|
|
655
|
+
"default": false,
|
|
656
|
+
"type": "boolean",
|
|
657
|
+
"routing": {
|
|
658
|
+
"send": {
|
|
659
|
+
"type": "query",
|
|
660
|
+
"property": "include_abbreviation",
|
|
661
|
+
"value": "={{ $value }}",
|
|
662
|
+
"propertyInDotNotation": false
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
"displayOptions": {
|
|
666
|
+
"show": {
|
|
667
|
+
"resource": [
|
|
668
|
+
"Nlp Annotate"
|
|
669
|
+
],
|
|
670
|
+
"operation": [
|
|
671
|
+
"Get Annotate Entities"
|
|
672
|
+
]
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"displayName": "Include Acronym",
|
|
678
|
+
"name": "include_acronym",
|
|
679
|
+
"description": "Should acronyms be included",
|
|
680
|
+
"default": false,
|
|
681
|
+
"type": "boolean",
|
|
682
|
+
"routing": {
|
|
683
|
+
"send": {
|
|
684
|
+
"type": "query",
|
|
685
|
+
"property": "include_acronym",
|
|
686
|
+
"value": "={{ $value }}",
|
|
687
|
+
"propertyInDotNotation": false
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
"displayOptions": {
|
|
691
|
+
"show": {
|
|
692
|
+
"resource": [
|
|
693
|
+
"Nlp Annotate"
|
|
694
|
+
],
|
|
695
|
+
"operation": [
|
|
696
|
+
"Get Annotate Entities"
|
|
697
|
+
]
|
|
698
|
+
}
|
|
699
|
+
}
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"displayName": "Include Numbers",
|
|
703
|
+
"name": "include_numbers",
|
|
704
|
+
"description": "Should numbers be included",
|
|
705
|
+
"default": false,
|
|
706
|
+
"type": "boolean",
|
|
707
|
+
"routing": {
|
|
708
|
+
"send": {
|
|
709
|
+
"type": "query",
|
|
710
|
+
"property": "include_numbers",
|
|
711
|
+
"value": "={{ $value }}",
|
|
712
|
+
"propertyInDotNotation": false
|
|
713
|
+
}
|
|
714
|
+
},
|
|
715
|
+
"displayOptions": {
|
|
716
|
+
"show": {
|
|
717
|
+
"resource": [
|
|
718
|
+
"Nlp Annotate"
|
|
719
|
+
],
|
|
720
|
+
"operation": [
|
|
721
|
+
"Get Annotate Entities"
|
|
722
|
+
]
|
|
723
|
+
}
|
|
724
|
+
}
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"displayName": "POST /nlp/annotate/entities",
|
|
728
|
+
"name": "operation",
|
|
729
|
+
"type": "notice",
|
|
730
|
+
"typeOptions": {
|
|
731
|
+
"theme": "info"
|
|
732
|
+
},
|
|
733
|
+
"default": "",
|
|
734
|
+
"displayOptions": {
|
|
735
|
+
"show": {
|
|
736
|
+
"resource": [
|
|
737
|
+
"Nlp Annotate"
|
|
738
|
+
],
|
|
739
|
+
"operation": [
|
|
740
|
+
"Post Annotate Entities"
|
|
741
|
+
]
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"displayName": "Content",
|
|
747
|
+
"name": "content",
|
|
748
|
+
"description": "The text content to annotate",
|
|
749
|
+
"default": "",
|
|
750
|
+
"type": "string",
|
|
751
|
+
"routing": {
|
|
752
|
+
"send": {
|
|
753
|
+
"type": "query",
|
|
754
|
+
"property": "content",
|
|
755
|
+
"value": "={{ $value }}",
|
|
756
|
+
"propertyInDotNotation": false
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
"displayOptions": {
|
|
760
|
+
"show": {
|
|
761
|
+
"resource": [
|
|
762
|
+
"Nlp Annotate"
|
|
763
|
+
],
|
|
764
|
+
"operation": [
|
|
765
|
+
"Post Annotate Entities"
|
|
766
|
+
]
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"displayName": "Include Category",
|
|
772
|
+
"name": "include_category",
|
|
773
|
+
"description": "Categories to include for annotation",
|
|
774
|
+
"default": "[\n null\n]",
|
|
775
|
+
"type": "json",
|
|
776
|
+
"routing": {
|
|
777
|
+
"send": {
|
|
778
|
+
"type": "query",
|
|
779
|
+
"property": "include_category",
|
|
780
|
+
"value": "={{ $value }}",
|
|
781
|
+
"propertyInDotNotation": false
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"displayOptions": {
|
|
785
|
+
"show": {
|
|
786
|
+
"resource": [
|
|
787
|
+
"Nlp Annotate"
|
|
788
|
+
],
|
|
789
|
+
"operation": [
|
|
790
|
+
"Post Annotate Entities"
|
|
791
|
+
]
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"displayName": "Exclude Category",
|
|
797
|
+
"name": "exclude_category",
|
|
798
|
+
"description": "Categories to exclude for annotation",
|
|
799
|
+
"default": "[\n null\n]",
|
|
800
|
+
"type": "json",
|
|
801
|
+
"routing": {
|
|
802
|
+
"send": {
|
|
803
|
+
"type": "query",
|
|
804
|
+
"property": "exclude_category",
|
|
805
|
+
"value": "={{ $value }}",
|
|
806
|
+
"propertyInDotNotation": false
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
"displayOptions": {
|
|
810
|
+
"show": {
|
|
811
|
+
"resource": [
|
|
812
|
+
"Nlp Annotate"
|
|
813
|
+
],
|
|
814
|
+
"operation": [
|
|
815
|
+
"Post Annotate Entities"
|
|
816
|
+
]
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"displayName": "Min Length",
|
|
822
|
+
"name": "min_length",
|
|
823
|
+
"description": "The minimum number of characters in the annotated entity",
|
|
824
|
+
"default": 4,
|
|
825
|
+
"type": "string",
|
|
826
|
+
"routing": {
|
|
827
|
+
"send": {
|
|
828
|
+
"type": "query",
|
|
829
|
+
"property": "min_length",
|
|
830
|
+
"value": "={{ $value }}",
|
|
831
|
+
"propertyInDotNotation": false
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
"displayOptions": {
|
|
835
|
+
"show": {
|
|
836
|
+
"resource": [
|
|
837
|
+
"Nlp Annotate"
|
|
838
|
+
],
|
|
839
|
+
"operation": [
|
|
840
|
+
"Post Annotate Entities"
|
|
841
|
+
]
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"displayName": "Longest Only",
|
|
847
|
+
"name": "longest_only",
|
|
848
|
+
"description": "Should only the longest entity be returned for an overlapping group",
|
|
849
|
+
"default": false,
|
|
850
|
+
"type": "boolean",
|
|
851
|
+
"routing": {
|
|
852
|
+
"send": {
|
|
853
|
+
"type": "query",
|
|
854
|
+
"property": "longest_only",
|
|
855
|
+
"value": "={{ $value }}",
|
|
856
|
+
"propertyInDotNotation": false
|
|
857
|
+
}
|
|
858
|
+
},
|
|
859
|
+
"displayOptions": {
|
|
860
|
+
"show": {
|
|
861
|
+
"resource": [
|
|
862
|
+
"Nlp Annotate"
|
|
863
|
+
],
|
|
864
|
+
"operation": [
|
|
865
|
+
"Post Annotate Entities"
|
|
866
|
+
]
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"displayName": "Include Abbreviation",
|
|
872
|
+
"name": "include_abbreviation",
|
|
873
|
+
"description": "Should abbreviations be included",
|
|
874
|
+
"default": false,
|
|
875
|
+
"type": "boolean",
|
|
876
|
+
"routing": {
|
|
877
|
+
"send": {
|
|
878
|
+
"type": "query",
|
|
879
|
+
"property": "include_abbreviation",
|
|
880
|
+
"value": "={{ $value }}",
|
|
881
|
+
"propertyInDotNotation": false
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"displayOptions": {
|
|
885
|
+
"show": {
|
|
886
|
+
"resource": [
|
|
887
|
+
"Nlp Annotate"
|
|
888
|
+
],
|
|
889
|
+
"operation": [
|
|
890
|
+
"Post Annotate Entities"
|
|
891
|
+
]
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"displayName": "Include Acronym",
|
|
897
|
+
"name": "include_acronym",
|
|
898
|
+
"description": "Should acronyms be included",
|
|
899
|
+
"default": false,
|
|
900
|
+
"type": "boolean",
|
|
901
|
+
"routing": {
|
|
902
|
+
"send": {
|
|
903
|
+
"type": "query",
|
|
904
|
+
"property": "include_acronym",
|
|
905
|
+
"value": "={{ $value }}",
|
|
906
|
+
"propertyInDotNotation": false
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
"displayOptions": {
|
|
910
|
+
"show": {
|
|
911
|
+
"resource": [
|
|
912
|
+
"Nlp Annotate"
|
|
913
|
+
],
|
|
914
|
+
"operation": [
|
|
915
|
+
"Post Annotate Entities"
|
|
916
|
+
]
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"displayName": "Include Numbers",
|
|
922
|
+
"name": "include_numbers",
|
|
923
|
+
"description": "Should numbers be included",
|
|
924
|
+
"default": false,
|
|
925
|
+
"type": "boolean",
|
|
926
|
+
"routing": {
|
|
927
|
+
"send": {
|
|
928
|
+
"type": "query",
|
|
929
|
+
"property": "include_numbers",
|
|
930
|
+
"value": "={{ $value }}",
|
|
931
|
+
"propertyInDotNotation": false
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"displayOptions": {
|
|
935
|
+
"show": {
|
|
936
|
+
"resource": [
|
|
937
|
+
"Nlp Annotate"
|
|
938
|
+
],
|
|
939
|
+
"operation": [
|
|
940
|
+
"Post Annotate Entities"
|
|
941
|
+
]
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
];
|
|
946
|
+
//# sourceMappingURL=index.js.map
|