forked from GreekPerspective/glem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.json
158 lines (158 loc) · 5.46 KB
/
codemeta.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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org",
"https://w3id.org/software-types",
"https://w3id.org/software-iodata"
],
"@type": "SoftwareSourceCode",
"identifier": "glem",
"name": "Glem",
"version": "1.3.1",
"description": "GLEM is a lemmatizer for Ancient Greek.",
"license": "https://spdx.org/licenses/GPL-3.0-only",
"url": "https://github.com/GreekPerspective/glem",
"producer": [
{
"@id": "https://www.ru.nl/ptrs",
"@type": "Organization",
"name": "Theology and Religious Studies",
"url": "https://www.ru.nl/ptrs",
"parentOrganization": {
"@id": "https://www.ru.nl/ftr",
"@type": "Organization",
"name": "Faculty of Philosophy",
"url": "https://www.ru.nl/ftr",
"parentOrganization": {
"@id": "https://www.ru.nl",
"name": "Radboud University",
"@type": "Organization",
"url": "https://www.ru.nl",
"location": {
"@type": "Place",
"name": "Nijmegen"
}
}
}
},
{
"@id": "https://www.ru.nl/clst",
"@type": "Organization",
"name": "Centre for Language and Speech Technology",
"url": "https://www.ru.nl/clst",
"parentOrganization": {
"@id": "https://www.ru.nl/cls",
"@type": "Organization",
"name": "Centre for Language Studies",
"url": "https://www.ru.nl/cls",
"parentOrganization": {
"@id": "https://www.ru.nl",
"name": "Radboud University",
"@type": "Organization",
"url": "https://www.ru.nl",
"location": {
"@type": "Place",
"name": "Nijmegen"
}
}
}
}
],
"author": [
{
"@type": "Person",
"givenName": "Corien",
"familyName": "Bary",
"email": "[email protected]",
"affiliation": { "@id": "https://www.ru.nl/ptrs" }
},
{
"@type": "Person",
"givenName": "Peter",
"familyName": "Berck",
"affiliation": { "@id": "https://www.ru.nl/clst" }
},
{
"@type": "Person",
"givenName": "Iris",
"familyName": "Hendrickx",
"affiliation": { "@id": "https://www.ru.nl/clst" }
},
{
"@type": "Person",
"givenName": "Wessel",
"familyName": "Stoop",
"affiliation": { "@id": "https://www.ru.nl/clst" }
}
],
"sourceOrganization": { "@id": "https://www.ru.nl/clst" },
"programmingLanguage": {
"@type": "ComputerLanguage",
"identifier": "python",
"name": "Python"
},
"operatingSystem": "POSIX",
"codeRepository": "https://github.com/GreekPerspective/glem",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "frog",
"name": "frog"
}
],
"funding": {
"@type": "Grant",
"name": "Unraveling the Language of Perspective (FP7, ERC Starting Grant 338421-Perspective)",
"url": "https://cordis.europa.eu/project/id/338421/reporting",
"funder": {
"@type": "Organization",
"name": "European Research council",
"url": "https://erc.europa.eu/"
}
},
"readme": "https://github.com/GreekPerspective/glem/blob/master/README.md",
"issueTracker": "https://github.com/GreekPerspective/glem/issues",
"contIntegration": "https://travis-ci.org/GreekPerspective/glem",
"releaseNotes": "https://github.com/GreekPerspective/glem/releases",
"developmentStatus": [ "https://www.repostatus.org/#inactive", "https://w3id.org/research-technology-readiness-level#Level8Complete" ],
"keywords": [ "nlp", "natural language processing", "greek","ancient greek", "lemmatisation", "lemma"],
"referencePublication": [
{
"@type": "ScholarlyArticle",
"name": "A Memory-Based Lemmatizer for Ancient Greek",
"author": [ "Corien Bary", "Peter Berck", "Iris Hendrickx" ],
"pageStart": "91",
"pageEnd": "95",
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2017",
"name": "DATeCH 2017, Proceedings of the 2nd International Conference on Digital Access to Textual Cultural Heritage",
"location": "Göttingen, Germany"
},
"url": "https://dl.acm.org/citation.cfm?id=3078100"
}
],
"dateCreated": "2017-04-09",
"dateModified": "2022-11-03T14:17:06Z+0100",
"targetProduct": [{
"@type": "CommandLineApplication",
"name": "glem",
"executableName": "glem",
"description": "Command-line interface to GLEM",
"consumesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
"inLanguage": { "@id": "https://iso639-3.sil.org/code/grc" }
}
],
"producesData": [
{
"@type": "TextDigitalDocument",
"encodingFormat": "text/plain",
"inLanguage": { "@id": "https://iso639-3.sil.org/code/grc" }
}
]
}],
"applicationCategory": [ "https://vocabs.dariah.eu/tadirah/annotating", "https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology", "https://w3id.org/nwo-research-fields#GreekAndLatinPhilologyAndLiterature" ],
}