Update README.md
Browse files
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
|
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 |
|