Closed marmg closed 1 year ago
Patch coverage: 92.21
% and project coverage change: -0.53
:warning:
Comparison is base (
0fc473c
) 93.04% compared to head (55e151c
) 92.51%.:exclamation: Current head 55e151c differs from pull request most recent head 1745b5b. Consider uploading reports for the commit 1745b5b to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Problem
Add linker ensemble to allow using different linkers and different descriptions to improve the performance.
Solution
Implementation of
LinkerEnsemble
which takes as input the list of linkers to use, the strategy (one of:max
,count
) and the threshold (to save entities).It will group the entities by the name, and create combinations of them to extract with each of the linkers that set of entities, to finally group the results.
Example: