bert-extractive-summarization
bert-extractive-summarization copied to clipboard
Restore original order sentences in summary
The code appends the sentence candidates in the order of highest-to-lowest scores, but as a result, the summary can have sentences scrambled into an unnatural order. It would be better to sort the resulting summary so that its sentences appear in their original order.