forked from clarin-eric/switchboard-tool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Liner2.json
42 lines (42 loc) · 1.22 KB
/
Liner2.json
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
{
"task": "Named Entity Recognition",
"deployment": "production",
"softwareType": "qualitative",
"name": "Liner2",
"logo": "clarin-pl.png",
"homepage": "https://ws.clarin-pl.eu",
"location": "Wrocław, Poland",
"creators": "Clarin-PL",
"contact": {
"person": "Tomasz Walkowiak",
"email": "[email protected]"
},
"version": "1.0",
"licence": "public",
"authentication": "no",
"description": "Name Entity and Temporal Expression recognition",
"languages": [
"pol"
],
"langEncoding": "639-1",
"mimetypes": [
"text/plain",
"application/msword",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"application/vnd.openxmlformats-officedocument.presentationml.presentation",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"application/vnd.oasis.opendocument.text",
"application/pdf",
"text/html",
"text/rtf"
],
"output": [
"application/xml"
],
"url": "https://ws.clarin-pl.eu/weblicht.html",
"parameters": {
"input": "self.linkToResource",
"lang": "pl",
"analysis": "ner"
}
}