timo-pierre-schrader commited on
Commit
c4bbd91
·
verified ·
1 Parent(s): c5d1618

Delete data file

Browse files
Files changed (1) hide show
  1. CHANGELOG +0 -14
CHANGELOG DELETED
@@ -1,14 +0,0 @@
1
- The purpose of this file is to state changes that where made to the dataset reader
2
- and further files taken from https://github.com/boschresearch/mulms-az-codi2023.
3
-
4
- Changes:
5
-
6
- - The file mulms.py originates from source/data_handling/mulms_dataset.py
7
- - The constants SENT_TYPE, MATSCI_SENT_TYPE, TOKEN_TYPE, SKIPPING_TYPE,
8
- ENTITY_TYPE, RELATION_TYPE, PASSAGE_TYPE and DOCUMENT_METADATA_TYPE were
9
- added to mulms.py from source/constants/constants.py
10
- - The functions get_token_indices_for_annot(), get_token_index_for_annot_if_subtoken()
11
- were added to mulms.py from source/data_handling/util.py
12
- - The variables az_content_labels, az_structure_labels, meas_labels, mulms_ne_labels, rel_labels,
13
- ne_labels_set, all_az_labels, meas_labels_set and rel_label_set were added to mulms.py
14
- from source/constants/constants.py