amsa02 commited on
Commit
46966de
·
verified ·
1 Parent(s): dd86161

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ configs:
15
 
16
  This dataset is the result of converting a UIMA CAS 0.4 JSON export from the Inception annotation tool into a simplified format suitable for Natural Language Processing tasks. Specifically, it provides configurations for Named Entity Recognition (NER), Entity Linking (EL), and Relation Extraction (RE).
17
 
18
- The conversion process utilized the `dkpro-cassis` library to load the original annotations and `spaCy` for tokenization. The final dataset is structured similarly to the DFKI-SLT/mobie dataset to ensure compatibility and ease of use with the Hugging Face ecosystem.
19
 
20
  This version of the dataset loader provides configurations for:
21
 
 
15
 
16
  This dataset is the result of converting a UIMA CAS 0.4 JSON export from the Inception annotation tool into a simplified format suitable for Natural Language Processing tasks. Specifically, it provides configurations for Named Entity Recognition (NER), Entity Linking (EL), and Relation Extraction (RE).
17
 
18
+ The conversion process utilized the `dkpro-cassis` library to load the original annotations and `spaCy` for tokenization. The final dataset is structured similarly to the DFKI-SLT/mobie dataset to ensure compatibility.
19
 
20
  This version of the dataset loader provides configurations for:
21