-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
59 lines (59 loc) · 2.13 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Natural Language Processing",
"author": [
{
"id": "https://orcid.org/0000-0003-2761-7353",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "Laboratoire d'Informatique de Grenoble, Université Grenoble Alpes"
},
"email": "[email protected]",
"familyName": "Sérasset",
"givenName": "Gilles"
},
{
"type": "Role",
"schema:author": "https://orcid.org/0000-0003-2761-7353",
"roleName": "Developper",
"startDate": "2010-04-27"
}
],
"codeRepository": "git+https://gitlab.com/gilles.serasset/dbnary.git",
"dateCreated": "2010-04-27",
"dateModified": "2024-08-20",
"datePublished": "2013-05-07",
"description": "DBnary is an attempt to extract as many lexical data as possible from as many Wiktionary Language Editions as possible, in a structured (RDF) way, using standard lexicon ontology vocabulary (ontolex).\nThe extracted data is kept in sync with Wiktionary each time a new dump is generated and is available from http://kaiko.getalp.org/about-dbnary (more info is contained there).\nThe current repository contains the extraction programs, currently handling 25 language editions.",
"downloadUrl": "https://github.com/serasset/dbnary/releases/download/v3.1.23/dbnary-commands-3.1.23.zip",
"isPartOf": "https://kaiko.getalp.org/about-dbnary",
"keywords": [
"Lexicon",
"ontolex",
"wiktionary",
"dbnary"
],
"license": "https://spdx.org/licenses/MIT",
"name": "DBnary extractor",
"operatingSystem": [
"Linux",
"MacOS",
"Windows"
],
"programmingLanguage": [
"Java",
"scala",
"bash",
"SPARQL"
],
"runtimePlatform": "JVM",
"version": "3.1.23",
"codemeta:contIntegration": {
"id": "https://gitlab.com/gilles.serasset/dbnary/-/pipelines"
},
"continuousIntegration": "https://gitlab.com/gilles.serasset/dbnary/-/pipelines",
"developmentStatus": "active",
"isSourceCodeOf": "DBnary dataset",
"issueTracker": "https://gitlab.com/gilles.serasset/dbnary/-/issues/"
}