From 8a867aa1fad1d003187af317e32b7357cfc5bd4d Mon Sep 17 00:00:00 2001 From: Richard Hudson Date: Mon, 4 May 2020 08:58:35 +0200 Subject: [PATCH] Version 2.2.1 --- README.md | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7be9fb..c629682 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Author: Richard Paul Hudson, msg syste - [8.4.1 Version 2.0.x](#version-20x) - [8.4.2 Version 2.1.0](#version-210) - [8.4.3 Version 2.2.0](#version-220) + - [8.4.4 Version 2.2.1](#version-221) ### 1. Introduction @@ -2298,3 +2299,9 @@ that only documents whose labels begin with a certain string should be searched. [MultiprocessingManager](#multiprocessing-manager). - Numerous minor improvements and bugfixes. - The [demo website](http://holmes-demo.xt.msg.team/) has been updated to reflect the changes. + + +##### 8.4.4 Version 2.2.1 + +- Fixed bug with reverse derived lemmas and subwords (only affects German). +- Removed dead code. diff --git a/setup.cfg b/setup.cfg index d3c663e..96c4273 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = holmes-extractor -version = 2.2.0 +version = 2.2.1 description = Information extraction from English and German texts based on predicate logic long_description = file: SHORTREADME.md long_description_content_type = text/markdown