TextSummarization

NLP

Text summarization is the task of producing a concise and fluent summary while preserving key information content and overall meaning.

In this task, Each sentences are taken from the text file and converted to vectors. The similarity score of each vector is created based on Cosine Similarity.