ArneBinder / pytorch-ie

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

fix `__str__` for annotations #398

Closed ArneBinder closed 8 months ago

ArneBinder commented 10 months ago

If not attached, annotations should just be represented in the same way as dataclasses.

ArneBinder commented 8 months ago

This is fixed in the context of #400.