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

Bugfix for FlairTagger when using certain input formats. #62

Closed raykyn closed 5 months ago

raykyn commented 5 months ago

What's in the PR

How to test manually

Automatic testing

Documentation

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 28 lines in your changes are missing coverage. Please review.

Project coverage is 51.62%. Comparing base (9cca892) to head (6219a19).

Files Patch % Lines
ariadne/contrib/flair.py 0.00% 28 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #62 +/- ## ========================================== - Coverage 51.96% 51.62% -0.35% ========================================== Files 24 24 Lines 889 895 +6 ========================================== Hits 462 462 - Misses 427 433 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

reckart commented 5 months ago

see my last PR about not being able to get the testing environment running

Do you still have that problem?

reckart commented 5 months ago

@raykyn Please when you open a PR:

That would greatly facilitate the merge process for me.