-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta-harvest.json
More file actions
143 lines (143 loc) · 4.92 KB
/
codemeta-harvest.json
File metadata and controls
143 lines (143 loc) · 4.92 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"@context": "https://w3id.org/codemeta/3.0",
"@type": "SoftwareSourceCode",
"dateCreated": "2024-06-04",
"datePublished": "2024-06-04",
"applicationCategory": [
"https://w3id.org/nwo-research-fields#Linguistics",
"https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology",
"https://w3id.org/nwo-research-fields#ArtificialIntelligenceExpertSystems",
"https://w3id.org/nwo-research-fields#SoftwareForHumanities",
"https://vocabs.dariah.eu/tadirah/enriching",
"https://vocabs.dariah.eu/tadirah/posTagging",
"https://vocabs.dariah.eu/tadirah/tagging",
"https://vocabs.dariah.eu/tadirah/annotating",
"https://vocabs.dariah.eu/tadirah/lemmatizing",
"https://vocabs.dariah.eu/tadirah/machineLearning"
],
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0009-0006-9941-9582",
"email": "vincent.prins@ivdnt.org",
"familyName": "Prins",
"givenName": "Vincent"
},
{
"@type": "Person",
"familyName": "Brouwer",
"givenName": "Tim"
}
],
"contributor": [
"http://orcid.org/0009-0006-9941-9582",
{
"@type": "Person",
"familyName": "Brouwer",
"givenName": "Tim"
}
],
"maintainer": "http://orcid.org/0009-0006-9941-9582",
"codeRepository": "git+https://github.com/INL/galahad-taggers-dockerized.git",
"description": "GaLAHaD Taggers Dockerized provides a unified interface for linguistic annotation taggers to be added to GaLAHaD or to be run on their own. Tagger are containerized and can be accessed with an API in order to tag documents. Documents are queued and sent to a callback server once tagged.",
"downloadUrl": "https://github.com/INL/galahad-taggers-dockerized",
"license": "http://spdx.org/licenses/Apache-2.0",
"name": "GaLAHaD Taggers Dockerized",
"identifier": "galahad-taggers-dockerized",
"operatingSystem": "Linux",
"programmingLanguage": [
"Python"
],
"runtimePlatform": [
"Python 3.10",
"Docker Engine"
],
"developmentStatus": [
"https://www.repostatus.org/#active",
"https://w3id.org/research-technology-readiness-levels#Level6LatePrototype"
],
"producer": {
"@type": "Organization",
"name": "Instituut voor de Nederlandse taal",
"@id": "https://www.ivdnt.org",
"url": "https://www.ivdnt.org"
},
"issueTracker": "https://github.com/INL/galahad-taggers-dockerized/issues",
"readme": "https://github.com/INL/galahad-taggers-dockerized/blob/release/readme.md",
"releaseNotes": "https://github.com/INL/galahad-taggers-dockerized/releases",
"targetProduct": [
{
"@type": "WebAPI",
"name": "GaLAHaD Taggers Dockerized API",
"provider": "https://www.ivdnt.org",
"version": "1.0.0",
"consumesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain"
}
],
"producesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/tab-separated-values"
}
]
},
{
"@type": "SoftwareImage",
"name": "GaLAHaD Tagger Docker image"
}
],
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "bottle",
"name": "bottle",
"runtimePlatform": "Python 3",
"version": "0.12.25"
},
{
"@type": "SoftwareApplication",
"identifier": "bottle-log",
"name": "bottle-log",
"runtimePlatform": "Python 3",
"version": "1.0.0"
},
{
"@type": "SoftwareApplication",
"identifier": "certifi",
"name": "certifi",
"runtimePlatform": "Python 3",
"version": "2023.7.22"
},
{
"@type": "SoftwareApplication",
"identifier": "charset-normalizer",
"name": "charset-normalizer",
"runtimePlatform": "Python 3",
"version": "3.3.0"
},
{
"@type": "SoftwareApplication",
"identifier": "idna",
"name": "idna",
"runtimePlatform": "Python 3",
"version": "3.4"
},
{
"@type": "SoftwareApplication",
"identifier": "requests",
"name": "requests",
"runtimePlatform": "Python 3",
"version": "2.31.0"
},
{
"@type": "SoftwareApplication",
"identifier": "urllib3",
"name": "urllib3",
"runtimePlatform": "Python 3",
"version": "2.2.1"
}
]
}