We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67ba5b commit 1bb76f1Copy full SHA for 1bb76f1
2 files changed
NEWS
@@ -1,3 +1,12 @@
1
+toad 0.8 2023-02-22
2
+[Ko van der Sloot]
3
+* adapted all programs to changes in the Frog API
4
+* froggen
5
+ - new options: --temp-dir --output-dir and --CGN
6
+ - froggen can now be used tot ONLY generate a lemmatizer
7
+* C++ cleanup
8
+* updated 'man' pages
9
+
10
toad 0.7 2021-12-15
11
[Ko vd Sloot]
12
* updated to work with newest Unicode aware ticcutils, Frog and Mbt
configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([toad],[0.7],[lamasoftware@science.ru.nl])
+AC_INIT([toad],[0.8],[lamasoftware@science.ru.nl])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
0 commit comments