ArneBinder / pytorch-ie

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

Remove `(Multi)LabeledMultiSpan` annotations #405

Closed ArneBinder closed 8 months ago

ArneBinder commented 8 months ago

The LabeledMultiSpan was moved to pie-modules (and also fixed), see https://github.com/ArneBinder/pie-modules/pull/59. So we remove it from pytorch-ie to mitigate any confusion caused by two implementations (note that comparison would break when comparing an instance of one with the other even if the implemented semantics are identical).

Note that this also removes _post_init_multi_span().