From 6cdd3cbd6451de1b9e72a3914789f6aed2ba77de Mon Sep 17 00:00:00 2001 From: gmmajal <89593586+gmmajal@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:50:46 +0200 Subject: [PATCH] Update the release version and date-released fields in CITATION.cff --- CITATION.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index c2ed27b..4403a37 100755 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,9 +12,9 @@ authors: affiliation: "ZBW - Leibniz Information Centre for Economics" title: "stwfsapy (a library for matching labels of thesaurus concepts via finite-state automata)" abstract: "This library provides functionality to find the labels of SKOS thesaurus concepts in text. A deterministic finite automaton is constructed from the labels of the thesaurus concepts to perform the matching. In addition, a classifier is trained to score the matched concept occurrences." -version: 0.4.0 +version: 0.5.0 license: Apache-2.0 -date-released: 2021-10-18 +date-released: 2024-08-29 repository-code: "https://github.com/zbw/stwfsapy" contact: - name: "Automatization of subject indexing using methods from artificial intelligence (AutoSE)"