forked from clarin-eric/switchboard-tool-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Spacy (hosted by D4Science) - DE.json
34 lines (34 loc) · 1.08 KB
/
Spacy (hosted by D4Science) - 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
{
"task": "Dependency Parsing",
"deployment": "production",
"softwareType": "qualitative",
"name": "Spacy (hosted by D4Science) - DE",
"lifecycle": "beta",
"logo": "d4science.png",
"homepage": "https://www.d4science.org",
"location": "Pisa, Italy",
"creators": "D4Science staff",
"contact": {
"person": "D4Science Support",
"email": "[email protected]"
},
"version": "v1.0",
"authentication": "no",
"licence": "public",
"description": "This is an experimental integration of a D4Science NLP processing service (spaCy). This service identifies performs dependency parsing for plain German text. For more information on spaCy, see https://spacy.io.",
"languages": [
"deu"
],
"langEncoding": "639-1",
"mimetypes": [
"text/plain"
],
"output": [
"text/tab-separated-values"
],
"url": "https://next.d4science.org/nlp-hub-spacyGerman/",
"parameters": {
"input": "self.linkToResource",
"token": "27061e4d-3567-482d-9f12-3a1af5e42ab9-843339462"
}
}