We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268e26d commit d5c7fafCopy full SHA for d5c7faf
NEWS
@@ -1,3 +1,12 @@
1
+toad 0.4 2017-11-06
2
+[Ko van der Sloot]
3
+Major release:
4
+* Added modules te create new-style datafiles with enrichments for NER
5
+ and CHUNKER
6
+ Needs a recent frog too.
7
+* lots of code changes and fixes
8
+* make more use of recent additions to ticcutils.
9
+
10
toad 0.3 2016-10-24
11
[Ko van der Sloot]
12
* first official release on Zenodo
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([toad],[0.3],[lamasoftware@science.ru.nl])
+AC_INIT([toad],[0.4],[lamasoftware@science.ru.nl])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
0 commit comments