Fix Zenodo workflow: replace deprecated kykrueger action with zenodraft
- Replace broken kykrueger/zenodo-new-version with zenodraft/action@0.13.3
- Use correct concept ID 5040449 (was using version record ID 8329127)
- Add .zenodo.json metadata file for Zenodo uploads
- Update .gitignore to allow .zenodo.json
Change-Id: I459f77a7401e7a6955b496a772b9c848a85eb5f4
diff --git a/.zenodo.json b/.zenodo.json
new file mode 100644
index 0000000..78f877c
--- /dev/null
+++ b/.zenodo.json
@@ -0,0 +1,32 @@
+{
+ "title": "KorAP/KorAP-Tokenizer",
+ "description": "DFA tokenizer with character offset output, large abbreviation tables and CMC support.",
+ "license": "Apache-2.0",
+ "upload_type": "software",
+ "access_right": "open",
+ "creators": [
+ {
+ "name": "Kupietz, Marc",
+ "affiliation": "Leibniz-Institut für Deutsche Sprache"
+ },
+ {
+ "name": "Diewald, Nils",
+ "affiliation": "Leibniz-Institut für Deutsche Sprache"
+ }
+ ],
+ "communities": [
+ {
+ "identifier": "natural-language-processing"
+ }
+ ],
+ "keywords": [
+ "tokenizer",
+ "NLP",
+ "natural language processing",
+ "DFA",
+ "German",
+ "English",
+ "French",
+ "KorAP"
+ ]
+}