Skip to content

Commit

Permalink
add "Document Converters" section to conll2003 dataset card
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBinder committed Nov 2, 2023
1 parent 966b9c8 commit 8e17e71
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions dataset_builders/pie/conll2003/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8e17e71

Please sign in to comment.