dennlinger / summaries

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

Allow `Aligner`s to work with multiple source documents #19

Open dennlinger opened 2 years ago

dennlinger commented 2 years ago

The current logic differentiates only between lists of strings to determine whether there is already some pre-split sentence content in the document. This, however, prevents the method to work well with any form of MDS scenario, where a list of strings could also represent a multitude of (longer) documents. Potentially there is a way to specify this without a parameter, which would be a nice addition.