From 8e17e71f7a7ef8c936c3b969dfc237e46a636413 Mon Sep 17 00:00:00 2001 From: Arne Binder Date: Thu, 2 Nov 2023 20:10:16 +0100 Subject: [PATCH] add "Document Converters" section to conll2003 dataset card --- dataset_builders/pie/conll2003/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dataset_builders/pie/conll2003/README.md b/dataset_builders/pie/conll2003/README.md index c8b5c4c1..3943283f 100644 --- a/dataset_builders/pie/conll2003/README.md +++ b/dataset_builders/pie/conll2003/README.md @@ -15,5 +15,13 @@ and the following annotation layers: - `entities` (annotation type: `LabeledSpan`, target: `text`) -See [here](https://github.com/ChristophAlt/pytorch-ie/blob/main/src/pytorch_ie/annotations.py) for the definitions of -the annotation types. +See [here](https://github.com/ChristophAlt/pytorch-ie/blob/main/src/pytorch_ie/annotations.py) for the annotation type definitions. + +## Document Converters + +The dataset provides document converters for the following target document types: + +- `pytorch_ie.documents.TextDocumentWithLabeledSpans` + +See [here](https://github.com/ChristophAlt/pytorch-ie/blob/main/src/pytorch_ie/documents.py) for the document type +definitions.