dwadden / dygiepp

Span-based system for named entity, relation, and event extraction.
MIT License
573 stars 120 forks source link

Fix constant 0 value for total_original_ents #88

Closed serenalotreck closed 2 years ago

serenalotreck commented 2 years ago

Fixes a typo where no matter what the actual value of total_original_ents was, 0 was assigned. This meant the script reported {x} of 0 entities were dropped instead of the actual number of total original entities.