You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: