Skip to content

Commit bd3bca9

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
preparing for release 0.18.1
1 parent c7bbb8d commit bd3bca9

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.18.1 - 2019-06-19
2+
Bug fix release.
3+
"tabbed" output contained 1 tab to much when --skip=a was specified
4+
15
0.18 - 2019-06-19
26
[Ko vd Sloot]
37
Bug fixes and enhancements:

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@type": "SoftwareSourceCode",
1414
"identifier": "frog",
1515
"name": "Frog",
16-
"version": "0.19",
16+
"version": "0.18.1",
1717
"description": "Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. It performs automatic linguistic enrichment such as part of speech tagging, lemmatisation, named entity recognition, shallow parsing, dependency parsing and morphological analysis. All NLP modules are based on TiMBL.",
1818
"license": "https://spdx.org/licenses/GPL-3.0",
1919
"url": "https://languagemachines.github.io/frog",

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ(2.59)
55
#also adapt version number in codemeta.json
6-
AC_INIT([frog], [0.19], [lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
6+
AC_INIT([frog], [0.18.1], [lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
77
AM_INIT_AUTOMAKE
88
AC_CONFIG_SRCDIR([configure.ac])
99
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)