forked from clarin-eric/switchboard-tool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Frog (folia+xml).json
37 lines (37 loc) · 1.32 KB
/
Frog (folia+xml).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
{
"task": "NLP suite for Dutch",
"deployment": "development",
"softwareType": "qualitative",
"name": "Frog (folia+xml)",
"logo": "frog.jpg",
"homepage": "https://languagemachines.github.io/frog/",
"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": "Frog's current version will tokenize, tag, lemmatize, and morphologically segment word tokens in Dutch text files, will assign a dependency graph to each sentence, will identify the base phrase chunks in the sentence, and will attempt to find and label all named entities.",
"languages": [
"nld"
],
"langEncoding": "639-1",
"mimetypes": [
"text/folia+xml"
],
"output": [
"Tadpole Columned Output Format",
"text/folia+xml"
],
"url": "https://webservices-lst.science.ru.nl/frog/",
"parameters": {
"project": "new",
"input": "self.linkToResource"
},
"mapping": {
"input": "foliainput_url"
}
}