forked from clarin-eric/switchboard-tool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alpino.json
38 lines (38 loc) · 1.45 KB
/
Alpino.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": "development",
"softwareType": "qualitative",
"name": "Alpino",
"logo": "alpino.jpg",
"homepage": "http://www.let.rug.nl/vannoord/alp/Alpino/",
"location": "Nijmegen, The Netherlands (CLAM Webservices)",
"creators": "Maarten van Gompel, Ko van der Sloot (CLST, Radboud University Nijmegen)",
"contact": {
"person": "Maarten van Gompel",
"email": "[email protected]"
},
"version": "x.y.z",
"authentication": "Yes. Before tool use, please register at https://webservices-lst.science.ru.nl/register.",
"licence": "public",
"description": "Alpino is a dependency parser for Dutch, developed in the context of the PIONIER Project Algorithms for Linguistic Processing, developed by Gertjan van Noord at the University of Groningen. You can upload either tokenised or untokenised files (which will be automatically tokenised for you using ucto), the output will consist of a zip file containing XML files, one for each sentence in the input document.",
"languages": [
"nld"
],
"langEncoding": "639-1",
"mimetypes": [
"text/plain"
],
"output": [
"alpinooutput",
"text/folia+xml",
"tokoutput"
],
"url": "https://webservices-lst.science.ru.nl/alpino/",
"parameters": {
"project": "new",
"input": "self.linkToResource"
},
"mapping": {
"input": "untokinput_url"
}
}