diff --git a/codemeta.json b/codemeta-harvest.json similarity index 90% rename from codemeta.json rename to codemeta-harvest.json index 28283dd..c9e749b 100644 --- a/codemeta.json +++ b/codemeta-harvest.json @@ -1,21 +1,19 @@ { "@context": "https://w3id.org/codemeta/3.0", "@type": "SoftwareSourceCode", - "version": "1.0.0", - "dateModified": "2024-06-04", "dateCreated": "2024-06-04", "datePublished": "2024-06-04", "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://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/lemmatizing", - "https://vocabs.dariah.eu/tadirah/en/page/machineLearning" + "https://w3id.org/nwo-research-fields#SoftwareForHumanities", + "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/lemmatizing", + "https://vocabs.dariah.eu/tadirah/machineLearning" ], "author": [ { diff --git a/readme.md b/readme.md index 323934d..009097a 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# galahad-taggers-dockerized (1.0.0) +# galahad-taggers-dockerized (1.0.1) GaLAHaD Taggers Dockerized provides a unified interface for linguistic annotation taggers to be added to GaLAHaD or to be run on their own. Tagger are containerized and can be accessed with an API in order to tag documents. Documents are queued and sent to a callback server once tagged. [![Development images to Docker](https://github.com/INL/galahad-taggers-dockerized/actions/workflows/dev-to-docker.yml/badge.svg)](https://github.com/INL/galahad-taggers-dockerized/actions/workflows/dev-to-docker.yml)