inception-project / inception-external-recommender

Get annotation suggestions for the INCEpTION text annotation platform from spaCy, Sentence BERT, scikit-learn and more. Runs as a web-service compatible with the external recommender API of INCEpTION.
Apache License 2.0
40 stars 17 forks source link

Make label an optional parameter when creating a prediction #60

Closed reckart closed 5 months ago

reckart commented 5 months ago

Is your feature request related to a problem? Please describe. Not all predictions may actually have labels - maybe we only want to predict the span position.

Describe the solution you'd like Make label an optional parameter when creating a prediction.