ArneBinder / pytorch-ie

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

`document_type` for `DocumentMetric`s #343

Closed ArneBinder closed 1 year ago

ArneBinder commented 1 year ago

Similar to TaskModules, DocumentMetrics require documents of a certain type as input. This PR adds the functionality to let DocumentMetricss signal what document type they need.

In detail: