Skip to content

Commit f3a75df

Browse files
committed
updated README.md and codemeta.json
1 parent 30a471a commit f3a75df

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Van Alpino naar Universal Dependencies
22

3-
A [Go](https://golang.org/) package for deriving [Universal Dependencies](https://universaldependencies.org/) from Dutch sentences parsed with [Alpino](https://www.let.rug.nl/vannoord/alp/Alpino/).
3+
A [Go](https://go.dev/) package for deriving [Universal Dependencies](https://universaldependencies.org/) from Dutch sentences parsed with [Alpino](https://www.let.rug.nl/vannoord/alp/Alpino/).
44

55
[![GoDoc](https://godoc.org/github.com/rug-compling/alud/v2?status.svg)](https://godoc.org/github.com/rug-compling/alud/v2)
66
![Technology Readiness Stage 4/4 - The technology is complete, stable and deployed in production scenarios for end-users](https://w3id.org/research-technology-readiness-levels/Stage4Complete.svg)

codemeta.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,19 @@
3636
"datePublished": "2019-11-27",
3737
"dateModified": "2023-03-24",
3838
"version": "2.8.10",
39-
"releaseNotes": "added codemeta.json",
39+
"releaseNotes": "updated codemeta.json",
4040
"codeRepository": "git+https://github.com/rug-compling/alud.git",
4141
"issueTracker": "https://github.com/rug-compling/alud/issues",
4242
"license": "https://spdx.org/licenses/BSD-2-Clause",
43-
"developmentStatus": "https://www.repostatus.org/#active",
43+
"developmentStatus": [
44+
"https://www.repostatus.org/#active",
45+
"https://w3id.org/research-technology-readiness-levels#Stage4Complete"
46+
],
4447
"applicationCategory": [
4548
"https://w3id.org/nwo-research-fields#SoftwareForHumanities",
4649
"https://w3id.org/nwo-research-fields#Linguistics",
47-
"https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology"
50+
"https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology",
51+
"https://vocabs.dariah.eu/tadirah/structuralAnalysis"
4852
],
4953
"producer": {
5054
"@type": "Organization",

0 commit comments

Comments
 (0)