IBM / zshot

Zero and Few shot named entity & relationships recognition
https://ibm.github.io/zshot
MIT License
350 stars 20 forks source link

:bug: Fix bug in evaluation with both mentions extractors and linkers #34

Closed marmg closed 2 years ago

marmg commented 2 years ago
Status Type ⚠️ Core Change Issue
Ready Bug No #33

Problem

When using both mentions extractor and linkers in the evaluation the result is overwritten

Solution

Update the result without overwritten it

Closes #33

codecov[bot] commented 2 years ago

Codecov Report

Base: 92.14% // Head: 92.14% // No change to project coverage :thumbsup:

Coverage data is based on head (c46fb68) compared to base (64053cf). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ======================================= Coverage 92.14% 92.14% ======================================= Files 67 67 Lines 2726 2726 ======================================= Hits 2512 2512 Misses 214 214 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=IBM). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=IBM)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.