forked from clarin-eric/switchboard-tool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebLicht-POSTags-Lemmas-EN.json
38 lines (38 loc) · 1.43 KB
/
WebLicht-POSTags-Lemmas-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": "Part-Of-Speech Tagging",
"deployment": "production",
"softwareType": "qualitative",
"name": "WebLicht-POSTags-Lemmas-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 POS Tagging and Lemmatization (English). The pipeline makes use of WebLicht's TCF converter, the Stanford tokenizer, the Jitar POS Tagger, and the lemmatizer 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": "pos"
}
}