forked from clarin-eric/switchboard-tool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebLicht-Dep-Parsing-DE.json
38 lines (38 loc) · 1.45 KB
/
WebLicht-Dep-Parsing-DE.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
{
"task": "Dependency Parsing",
"deployment": "production",
"softwareType": "qualitative",
"name": "WebLicht-Dep-Parsing-DE",
"logo": "weblicht.jpg",
"homepage": "https://weblicht.sfs.uni-tuebingen.de/weblichtwiki/index.php/Main_Page",
"location": "Tuebingen, Germany",
"creators": "CLARIN-D Centre at the University of Tuebingen, Germany",
"contact": {
"person": "CLARIN WebLicht Support",
"email": "[email protected]"
},
"version": "v1.0",
"authentication": "Requires a CLARIN Service Provider Federation account, provided by many universities and institutions.",
"licence": "public",
"description": "WebLicht Easy Chain for Dependency Parsing (German). The pipeline makes use of WebLicht's TCF converter, the IMS tokenizer, the POS Tagger from the OpenNLP projet, and the MaltParser, a system for data-driven dependency parsing. WebLicht's Tundra can be used to visualize the result.",
"languages": [
"deu"
],
"langEncoding": "639-1",
"mimetypes": [
"text/plain",
"text/rtf",
"application/pdf",
"application/msword",
"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
],
"output": [
"application/tcf+xml"
],
"url": "https://weblicht.sfs.uni-tuebingen.de/weblicht/",
"parameters": {
"input": "self.linkToResource",
"lang": "de",
"analysis": "dep-parsing"
}
}