Skip to content

Commit

Permalink
Merge pull request #108 from umcu/add-clinlp-data
Browse files Browse the repository at this point in the history
Add clinlp data
  • Loading branch information
vmenger authored Jul 4, 2024
2 parents affa4a8 + ae0c7d6 commit 8c346d4
Show file tree
Hide file tree
Showing 21 changed files with 2,500 additions and 1,361 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

:exclamation: = Breaking change

## (unreleased)

### Added

* Loading and exporting `InfoExtractionDataset` as dictionaries or JSON files
* Metric support for multi-class qualifiers

### Changed

* Made the `default` field for `Qualifier` optional
* `InfoExtractionDataset` and `InfoExtractionMetrics` use `Qualifier` objects for qualifiers rather than `dict`
* `InfoExtractionDataset` and `InfoExtractionMetrics` no longer track or use qualifier defaults
* Moved test cases to data directory in more open format, so they can be used by others

## 0.8.1 (2024-06-27)

### Added
Expand Down
3 changes: 3 additions & 0 deletions data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Data

This folder contains some open data files. See [the Data page of the documentation](https://clinlp.readthedocs.io/en/latest/data.html) for more information.
Loading

0 comments on commit 8c346d4

Please sign in to comment.