-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 1.0.1
- Loading branch information
Showing
44 changed files
with
81 additions
and
280 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86 changes: 15 additions & 71 deletions
86
client/src/views/contribute/subviews/ContributeTaggersView.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,21 @@ | ||
<template> | ||
<div><GCard> | ||
<template #title>Contribute a tagger</template> | ||
<template #help>Creating linguistic infrastructure is a lot of work. Why not do it together?</template> | ||
<p>If you have trained your own tagger, you can opt to make it available through Galahad. Read below how this works. | ||
</p> | ||
|
||
<h3>Docker</h3> | ||
|
||
<p> | ||
Galahad uses embedded Docker containers running the taggers. You can share your tagger as a Docker image with us | ||
and | ||
other researchers. The easiest way to create a Docker image that implements the basic Galahad API is to extend | ||
from | ||
the galahad-tagger-base image. You can get it from the docker hub. | ||
</p> | ||
<p> | ||
<GInfo> | ||
Get <ExternalLink | ||
href="https://hub.docker.com/repository/docker/instituutnederlandsetaal/taggers-dockerized-base"> | ||
instituutnederlandsetaal/galahad-tagger-base</ExternalLink> from hub.docker.com (This docker repository | ||
may not | ||
be public during beta.) | ||
</GInfo> | ||
</p> | ||
|
||
<h3>Specifications</h3> | ||
|
||
<p>You need to provide some specifications of your tagger in a yaml file. | ||
The file will be named <code>TAGGER_ID.yml</code>. | ||
So a tagger named 'my-tagger' needs to provide a <code>my-tagger.yaml</code> file that looks like:</p> | ||
<p> | ||
<GInfo> | ||
<pre> | ||
<code> | ||
# my-tagger.yaml | ||
description: "This is a short description of my tagger." | ||
tagset: TDN # Or any other tagset | ||
eraFrom: "0" | ||
eraTo: "2020" | ||
produces: # List of the output types of my-tagger | ||
- LEM | ||
- POS | ||
- TOK | ||
attributions: # List any number of attributions | ||
creator: galahad dev | ||
links: # List any number of links | ||
- name: website | ||
href: https://ivdnt.org | ||
</code> | ||
</pre> | ||
<i>(subject to change during beta.)</i> | ||
</GInfo> | ||
</p> | ||
|
||
<h3>Github</h3> | ||
|
||
<p>For more info and examples see our Github</p> | ||
|
||
<p> | ||
<GInfo> | ||
<ExternalLink href="https://github.com/INL/Galahad"> | ||
INL/Galahad</ExternalLink> and | ||
<ExternalLink href="https://github.com/INL/galahad-taggers-dockerized">INL/galahad-taggers-dockerized</ExternalLink> | ||
at github.com <i>(Repository may not be public during beta.)</i> | ||
</GInfo> | ||
</p> | ||
Base images for several frameworks already exist. To read how to submit a tagger created with such a framework, see | ||
examples on GitHub. | ||
|
||
</GCard></div> | ||
<div> | ||
<GCard noHelp> | ||
<template #title>Contribute a tagger</template> | ||
<p> | ||
If you have trained your own tagger, you can make it available on GaLAHaD. | ||
This works by creating a Docker container for it with a GaLAHaD-standardized API. A base | ||
implementation is | ||
available on our GitHub. | ||
</p> | ||
<p> | ||
See <ExternalLink href="https://github.com/INL/galahad-taggers-dockerized">galahad-taggers-dockerized | ||
</ExternalLink> for more information. | ||
</p> | ||
</GCard> | ||
</div> | ||
</template> | ||
|
||
<script setup lang='ts'> | ||
import { GCard, GInfo, ExternalLink } from '@/components' | ||
</script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,29 @@ | ||
{ | ||
"@context": "https://w3id.org/codemeta/3.0", | ||
"@type": "SoftwareSourceCode", | ||
"version": "1.0.0", | ||
"dateModified": "2024-06-04", | ||
"dateCreated": "2024-05-31", | ||
"datePublished": "2024-05-31", | ||
"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#SoftwareForTheHumanities", | ||
"https://w3id.org/nwo-research-fields#SoftwareForHumanities", | ||
"https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora", | ||
"https://vocabs.dariah.eu/tadirah/en/page/enriching", | ||
"https://vocabs.dariah.eu/tadirah/en/page/posTagging", | ||
"https://vocabs.dariah.eu/tadirah/en/page/tagging", | ||
"https://vocabs.dariah.eu/tadirah/en/page/annotating", | ||
"https://vocabs.dariah.eu/tadirah/en/page/merging", | ||
"https://vocabs.dariah.eu/tadirah/en/page/converting", | ||
"https://vocabs.dariah.eu/tadirah/en/page/lemmatizing", | ||
"https://vocabs.dariah.eu/tadirah/en/page/machineLearning", | ||
"https://vocabs.dariah.eu/tadirah/en/page/comparing", | ||
"https://vocabs.dariah.eu/tadirah/en/page/analyzing" | ||
"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/merging", | ||
"https://vocabs.dariah.eu/tadirah/converting", | ||
"https://vocabs.dariah.eu/tadirah/lemmatizing", | ||
"https://vocabs.dariah.eu/tadirah/machineLearning", | ||
"https://vocabs.dariah.eu/tadirah/comparing", | ||
"https://vocabs.dariah.eu/tadirah/analyzing" | ||
], | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"@id": "http://orcid.org/0009-0006-9941-9582", | ||
"type": "Person", | ||
"email": "[email protected]", | ||
"familyName": "Prins", | ||
"givenName": "Vincent" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.