SIS-Team-24 / 2023-SIS-Team-24

Using Natural Language Processing, Text Insights examines and provides insights to text.
1 stars 0 forks source link

US-19: As a user, I want to input 500+ words for summarisation, so that I can obtain a short summary for texts that's too long to read. #120

Closed Rgonzales4 closed 1 year ago

Rgonzales4 commented 1 year ago

Task: Implement pre-processing for text input size > 1024 tokens. Pre-processing will reduce the text input to be less than 1024 tokens by performing extractive summary - this summarisation will result in the most meaningul and important sentences from the original text input. After extractive summarisation, abstractive summarisatio can be performed on the result to provide the user with a final summary