-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta-harvest.json
53 lines (53 loc) · 2.83 KB
/
codemeta-harvest.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
{
"description": "CLARIAH Federated content search corpora, developed by the Dutch Language Institute (INT), is a service to enable searching in multiple Dutch corpora at the same time. This application implements the CLARIN FCS 2.0 specification on top of Dutch language corpora. This repository hosts the source code.",
"license": "https://www.gnu.org/licenses/gpl-3.0.html",
"contIntegration": "https://github.com/INL/clariah-fcs-endpoints",
"targetProduct": [
{
"@type": "WebService",
"name": "Dutch FCS endpoints hosted at INT",
"url": "https://portal.clarin.inl.nl/fcscorpora/clariah-fcs-endpoints/sru",
"runtimePlatform": [ "Linux"],
"description": "CLARIAH Federated content search backends - instances for several Dutch corpora"
},
{
"@type": "WebApplication",
"name": "FCS Aggregator",
"url": "https://spraakbanken.gu.se/ws/fcs/2.0/aggregator/",
"description": "The Aggregator application is a part of the CLARIN-FCS common federated content search infrastructure. It serves as a user interface to perform queries to CLARIN-resources and display search results. The Aggregator communicates with components called endpoints, which are provided as a service by all centres who participate in the federated content search. Each endpoint provides access to one or more searchable resources. The user can select a specific resource or resources, based on the resource name or on the language, or search through all of them. The content of these resources is searched with the query supplied to the endpoint. The endpoint returns results to this query and the aggregator collects the responses from all the endpoints and displays them to the user."
}
],
"softwareHelp": [
{
"@id": "https://www.clarin.eu/blog/clarin-federated-content-search-version-2",
"@type": "WebSite",
"name": "FCS 2.0 documentation",
"url": "https://www.clarin.eu/blog/clarin-federated-content-search-version-2"
}
],
"producer": {
"@type": "Organization",
"name": "INT",
"url": "https://www.ivdnt.org"
},
"maintainer": [
{
"@id": "/person/mathieu-fannee",
"@type": "Person",
"familyName": "Fannee",
"givenName": "Mathieu",
"url": "https://www.ivdnt.org/"
}
],
"developmentStatus": "https://www.repostatus.org/#inactive",
"keywords": [ "corpus search", "Federated Content Search", "FCS 2.0", "CLARIN", "BlackLab", "Nederlab" ],
"funding": [{
"@type": "Grant",
"name": "CLARIAH-CORE (NWO grant 184.034.023)",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
}]
}