Skip to content

Commit 678c13e

Browse files
committed
Release 2.12.0 voor UD versie 2.12
1 parent f3a75df commit 678c13e

File tree

2 files changed

+45
-5
lines changed

2 files changed

+45
-5
lines changed

codemeta.json

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"description": "A Go package for deriving Universal Dependencies from Dutch sentences parsed with Alpino",
3535
"dateCreated": "2019-06-30",
3636
"datePublished": "2019-11-27",
37-
"dateModified": "2023-03-24",
38-
"version": "2.8.10",
39-
"releaseNotes": "updated codemeta.json",
37+
"dateModified": "2023-03-31",
38+
"version": "2.12.0",
39+
"releaseNotes": "Release for UD version 2.12",
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",
@@ -124,5 +124,45 @@
124124
"@type": "SoftwareLibrary",
125125
"name": "github.com/rug-compling/alud"
126126
}
127-
]
127+
],
128+
"referencePublication": [
129+
{
130+
"@type": "ScholarlyArticle",
131+
"sameAs": "https://research.rug.nl/en/publications/increasing-return-on-annotation-investment-the-automatic-construc",
132+
"name": "Increasing return on annotation investment: the automatic construction of a Universal Dependency treebank for Dutch",
133+
"author": ["Gosse Bouma", "Gertjan van Noord"],
134+
"isPartOf": {
135+
"@type": "PublicationIssue",
136+
"datePublished": "2017",
137+
"name": "Proceedings of the NoDaLiDa 2017 Workshop on Universal Dependencies (UDW 2017)",
138+
"pageStart": "19",
139+
"pageEnd": "26"
140+
},
141+
"url": "https://research.rug.nl/files/50364749/Increasing_return_on_annotation_investment.pdf"
142+
},
143+
{
144+
"@type": "ScholarlyArticle",
145+
"sameAs": "https://research.rug.nl/en/publications/comparing-two-methods-for-adding-enhanced-dependencies-to-ud-tree",
146+
"name": "Comparing two methods for adding Enhanced Dependencies to UD treebanks",
147+
"author": "Gosse Bouma",
148+
"isPartOf": {
149+
"@type": "PublicationIssue",
150+
"datePublished": "2018",
151+
"name": "Proceedings of the 17th International Workshop on Treebanks and Linguistic Theories (TLT 2018), December 13–14, 2018, Oslo University, Norway",
152+
"location": "Linköping, Sweden",
153+
"pageStart": "17",
154+
"pageEnd": "30"
155+
}
156+
}
157+
],
158+
"funding": {
159+
"@type": "Grant",
160+
"name": "Projectnummer CP-WP3-19-004, PaQuUd, Parse and Query with Universal Dependencies",
161+
"url": "https://www.clariah.nl/wp3-linguistics",
162+
"funder": {
163+
"@type": "Organization",
164+
"name": "Clariah",
165+
"url": "https://www.clariah.nl/"
166+
}
167+
}
128168
}

v2/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Zie:
1515
1616
*/
1717

18-
const version = "2.8.10"
18+
const version = "2.12.0"

0 commit comments

Comments
 (0)