Skip to content

Commit

Permalink
Merge pull request #17 from ArneBinder/fix_conll2003_dataset_card
Browse files Browse the repository at this point in the history
add "Document Converters" section to conll2003 dataset card
  • Loading branch information
ArneBinder authored Nov 2, 2023
2 parents 966b9c8 + 8e17e71 commit 4d3f839
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 4d3f839

Please sign in to comment.