-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix for FlairTagger when using certain input formats. #62
Conversation
…h flair 0.13.1 (both can use more-itertools 0.8.14 now)
… with certain input formats. It would also limit the flair tagger to only tag around sentence boundaries. This commit replace the hack with a conversion from the CAS tokens to flair token objects which is much cleaner. Multiple whitespaces between two tokens can now also properly be processed.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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 ☔ View full report in Codecov by Sentry. |
Do you still have that problem? |
@raykyn Please when you open a PR:
That would greatly facilitate the merge process for me. |
What's in the PR
How to test manually
Automatic testing
Documentation