Conrad Dobberstein

Results 6 issues of Conrad Dobberstein

This PR implements a new or alternate relation classifier. Relation Classification (RC) is the task of identifying the semantic relation between two entities in a text. In contrast to (end-to-end)...

enhancement

### Problem statement Serializing and deserializing sentences with `pickle` is a common practice when using Flair in multiprocessing systems, e.g. with the [Ray](https://docs.ray.io/en/latest/ray-core/walkthrough.html) library. Similarly, creating deep copies of objects...

feature

### Describe the bug Trying to install Fundus on macOS Ventura with pip from master fails. ### How to reproduce ```python git clone https://github.com/flairNLP/fundus.git cd fundus pip install -e ....

bug

Since we are using mypy 1.0, using the `Self` type hint is supported and can be used in our repository. For our supported Python versions we can import it from...

rework

It would be very nice to include a short printout of the additional available attributes (supported and unsupported). I'd prefer this in a separate PR but wanted to mention it...

feature

From https://github.com/flairNLP/fundus/pull/138#discussion_r1164123125 we noticed that the attribute guidelines the the `body` are too loose. We need to add that the body is only constructed from the article's text. There were...

feature