Skip to content

Commit 53616e7

Browse files
authored
Merge pull request #80 from vmenger/solve-decubitus-falsepos
Remove decubitus from institutions
2 parents 1d2d37c + 1311a47 commit 53616e7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 2.0.3 (2023-04-06)
9+
10+
### Fixed
11+
- removed 'decibutus' from list of institutions as it caused many false positives
12+
813
## 2.0.2 (2023-03-28)
914

1015
### Changed
@@ -13,7 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1318
## 2.0.1 (2022-12-09)
1419

1520
### Changed
16-
- updated dependencies
21+
- upgraded dependencies
1722

1823
## 2.0.0 (2022-12-05)
1924

data/lookup_lists/institutions.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ De Wijngaard
152152
De Wiltzangk
153153
De Wyngaard
154154
De Zwaluw
155-
Decubitus
156155
Dedoensserre
157156
Demisal Communicatie
158157
Demuwahu

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "deduce"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Deduce: de-identification method for Dutch medical text"
55
authors = ["Vincent Menger <vmenger@protonmail.com>"]
66
maintainers = ["Vincent Menger <vmenger@protonmail.com>"]

0 commit comments

Comments
 (0)