-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
169 lines (169 loc) · 5.42 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
159
160
161
162
163
164
165
166
167
168
169
{
"@context": [
"https://schema.org",
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://w3id.org/software-types",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
{
"relation": {
"@id": "http://purl.org/dc/terms/relation",
"@type": "@id"
}
}
],
"@id": "https://www.let.rug.nl/alfa/rdf/paqu",
"@type": "SoftwareSourceCode",
"relation": [
"https://www.let.rug.nl/alfa/rdf/alpinograph",
"https://tools.clariah.nl/gretel"
],
"name": "PaQu",
"description": "Met PaQu (Parse & Query) kun je zoeken in syntactisch geannoteerde Nederlandstalige corpora.\n\nPaQu ondersteunt twee manieren van zoeken. Met de eerste, eenvoudige, manier kun je naar woordparen zoeken, met daarbij eventueel hun syntactische relatie. De tweede, ingewikkeldere, manier gebruikt de zoektaal XPath.\n\nIn PaQu is een aantal syntactisch geannoteerde corpora standaard beschikbaar. Maar het is ook mogelijk om je eigen teksten aan te bieden. Deze teksten worden dan door de automatische ontleder geanalyseerd, en opgeslagen. Vervolgens kun je dan op dezelfde manier in je eigen teksten zoeken.",
"dateCreated": "2014-05-21",
"dateModified": "2024-04-24",
"version": "1.0.5",
"sameAs": "https://tools.clariah.nl/paqu",
"codeRepository": "https://github.com/rug-compling/paqu.git",
"issueTracker": "https://github.com/rug-compling/paqu/issues",
"license": "https://spdx.org/licenses/BSD-2-Clause",
"developmentStatus": [
"https://www.repostatus.org/#active",
"https://w3id.org/research-technology-readiness-levels#Stage4Complete"
],
"applicationCategory": [
"https://w3id.org/nwo-research-fields#SoftwareForHumanities",
"https://w3id.org/nwo-research-fields#Linguistics",
"https://w3id.org/nwo-research-fields#ComputationalLinguisticsandPhilology",
"https://vocabs.dariah.eu/tadirah/structuralAnalysis"
],
"producer": {
"@id": "_:cl",
"@type": "Organization",
"name": [
{
"@value": "Computationele Taalkunde, Faculteit der Letteren, Rijksuniversiteit Groningen",
"@language": "nl"
},
{
"@value": "Computational Linguistics, Faculty of Arts, Groningen University",
"@language": "en"
}
],
"url": "https://www.rug.nl/research/clcg/research/cl/",
"parentOrganization": {
"@id": "_:rug",
"@type": "Organization",
"name": [
{
"@value": "Rijksuniversiteit Groningen",
"@language": "nl"
},
{
"@value": "Groningen University",
"@language": "en"
}
],
"url": "https://www.rug.nl/",
"sameAs": "http://www.wikidata.org/entity/Q850730",
"location": {
"@id": "_:groningen",
"@type": "Place",
"name": "Groningen",
"address": {
"@id": "_:grnNL",
"@type": "PostalAddress",
"addressLocality": "Groningen",
"addressRegion": "Groningen",
"addressCountry": "NL"
},
"sameAs": [
"http://www.wikidata.org/entity/Q749",
"https://sws.geonames.org/2755251/"
]
}
}
},
"releaseNotes": "https://github.com/rug-compling/paqu/blob/master/Changes.txt",
"readme": "https://github.com/rug-compling/paqu/blob/master/README.md",
"downloadUrl": "https://github.com/rug-compling/paqu/archive/refs/heads/master.zip",
"keywords": [
"Alpino",
"Dependency parsing",
"SPOD: Syntactic profiler of Dutch",
"XPath",
"UD: Universal Dependencies"
],
"programmingLanguage": "Go",
"operatingSystem": ["Linux", "Docker"],
"softwareRequirements": "https://github.com/rug-compling/paqu#benodigde-software",
"softwareHelp": {
"@type": "WebSite",
"name": "PaQu -- Info",
"url": "https://www.let.rug.nl/alfa/paqu/info.html"
},
"author": {
"@id": "_:pkleiweg",
"@type": "Person",
"sameAs": "https://orcid.org/0000-0001-8364-3201",
"givenName": "Peter",
"familyName": "Kleiweg",
"email": "mailto:[email protected]",
"affiliation": {
"@id": "_:cl"
}
},
"maintainer": {
"@id": "_:pkleiweg"
},
"referencePublication": {
"@type": "ScholarlyArticle",
"sameAs": "https://research.rug.nl/en/publications/the-parse-and-query-paqu-application",
"name": "The Parse and Query (PaQu) Application",
"author": [
"Jan Odijk",
"Gertjan van Noord",
"Peter Kleiweg",
"Erik Tjong Kim Sang"
],
"pageStart": "281",
"pageEnd": "297",
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "2017",
"name": "CLARIN in the low countries",
"location": "London, UK"
},
"url": "https://doi.org/10.5334/bbi.23"
},
"targetProduct": {
"@type": "WebApplication",
"name": "PaQu",
"url": "https://www.let.rug.nl/alfa/paqu/",
"provider": {
"@id": "_:cl"
}
},
"funding": [
{
"@type": "Grant",
"name": "PaQu - Parse and Query",
"url": "https://portal.clarin.nl/node/4182",
"funder": {
"@type": "Organization",
"name": "CLARIN-NL",
"url": "http://www.clarin.nl/"
}
},
{
"@type": "Grant",
"name": "Projectnummer CC-WP3-15-005",
"url": "https://www.clariah.nl/wp3-linguistics",
"funder": {
"@type": "Organization",
"name": "Clariah",
"url": "https://www.clariah.nl/"
}
}
]
}