forked from clarin-eric/switchboard-tool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebLicht-Morphology-EN.json
38 lines (38 loc) · 1.42 KB
/
WebLicht-Morphology-EN.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": "Morphological Analysis",
"deployment": "production",
"softwareType": "qualitative",
"name": "WebLicht-Morphology-EN",
"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 Morphological Analysis (English). The pipeline makes use of WebLicht's TCF converter, the Stanford tokenizer, and the morphology analysis service from MorphAdorner. WebLicht's Tundra can be used to visualize the result.",
"languages": [
"eng"
],
"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": "en",
"analysis": "morphology"
}
}