ArneBinder / pytorch-ie

PyTorch-IE: State-of-the-art Information Extraction in PyTorch
MIT License
74 stars 8 forks source link

Fix document types with partitions #349

Closed ArneBinder closed 12 months ago

ArneBinder commented 12 months ago

TextDocumentWith(Labeled)EntitiesRelationsAndLabeledPartitions need to be derived from TextDocumentWith(Labeled)EntitiesAndLabeledPartitions, otherwise auto-conversion would fail if we request the latter, but have a converter to the former.