anwarbabukm / TextSummarization

NLP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

NLP


Languages

Language:Python 100.0%