Skip to content

Commit 5eb180f

Browse files
committed
versions weren't updates after previous release
1 parent cd95a35 commit 5eb180f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@type": "SoftwareSourceCode",
88
"identifier": "mbt",
99
"name": "mbt",
10-
"version": "3.8",
10+
"version": "3.9",
1111
"description": "MBT is a memory-based tagger-generator and tagger in one. The tagger-generator part can generate a sequence tagger on the basis of a training set of tagged sequences; the tagger part can tag new sequences. MBT can, for instance, be used to generate part-of-speech taggers or chunkers for natural language processing. It has also been used for named-entity recognition, information extraction in domain-specific texts, and disfluency chunking in transcribed speech. ",
1212
"license": "https://spdx.org/licenses/GPL-3.0",
1313
"url": "https://languagemachines.github.io/mbt",

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([mbt],[3.8],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
5+
AC_INIT([mbt],[3.9],[lamasoftware@science.ru.nl]) #also adapt in codemeta.json!
66

77
AM_INIT_AUTOMAKE
88
AC_CONFIG_SRCDIR([.])

0 commit comments

Comments
 (0)