dennlinger / summaries

A toolkit for summarization analysis and aspect-based summarizers
MIT License
11 stars 0 forks source link

Inconsistent failure between empty reference/summary #28

Open dennlinger opened 2 years ago

dennlinger commented 2 years ago

Adding on to #27 , there seems to be an inconsistent handling of empty inputs (either summary or reference is empty). While the "empty reference" case fails silently (simply skip alignment and report no sentences back), there is an error thrown in the case of empty summaries.

This should be made somewhat consistent and probably caught explicitly.