Releases: hipe-eval/HIPE-pycommons
Releases · hipe-eval/HIPE-pycommons
v0.4.0
What's Changed
- Added support for CoNLL Plus format by @e-maud in #4
New Contributors
Full Changelog: v0.3.0...v0.4.0
Version 0.3.0
Version 0.3.0 introduces the following new functionalities:
- added functions for the manipulation of TSV files to
helpers.tsv
(e.g.tsv_to_huggingface_dataset()
andtsv_to_torch_dataset()
) - added some tests for TSV manipulation functions;
- added a tsv_sample.tsv in the
data/
folder.