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 relations renderer #65

Closed marmg closed 1 year ago

marmg commented 1 year ago
Status Type ⚠️ Core Change Issue
Ready Bug No #64

Problem

IndexError while visualizing results without entities extracted in the "rel" mode:

Solution

Fix the render tools for relations when no entities extracted.

Closes #64