Skip to content

Commit a35eb1c

Browse files
committed
release version 2.13.0
1 parent 8b592e6 commit a35eb1c

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

Changes.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Version 2.13.0
2+
2023-09-14
3+
4+
* UD parser
5+
* added case for coordination of aan-PP -- GB 2/3/23
6+
* floating quantifiers, zich politiek bezoedelen
7+
https://github.com/UniversalDependencies/docs/issues/581
8+
https://github.com/UniversalDependencies/UD_French-Sequoia/issues/6
9+
* some coordination cases GB 11/04/23
10+
* fixed for questions 'aan wie werd het gegeven' -- GB 2/3/23
11+
* ensure obl:agent is only added if conj is introduced by 'door' GB 17/04/23
12+
* some abbreviations
13+
* other
14+
* update codemeta.json to 2.13.0
15+
* alpino_ds.dtd version 1.16
16+
* cmd/alud, cmd/alud-dact: support for compact corpora
17+
18+
119
Version 2.12.3
220
2023-04-10
321

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"sameAs": "https://tools.clariah.nl/alud",
1414
"dateCreated": "2019-06-30",
1515
"datePublished": "2019-11-27",
16-
"dateModified": "2023-04-10",
17-
"version": "2.12.3",
16+
"dateModified": "2023-09-14",
17+
"version": "2.13.0",
1818
"releaseNotes": "https://github.com/rug-compling/alud/blob/master/Changes.txt",
1919
"codeRepository": "https://github.com/rug-compling/alud.git",
2020
"readme": "https://github.com/rug-compling/alud/blob/master/README.md",

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.12.3"
18+
const version = "2.13.0"

0 commit comments

Comments
 (0)