himalayan-sanjeev / Nepali_Text_Summarization_Extractive

Extractive Text Summarizer, based on tf-idf text representation (an example)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nepali_Text_Summarization_Extractive

This approach summarize a given text by discovering the important sentences with the help of sentences scores obtained from the presence of important words. And this 'importance' is measured by a metric known as tf-idf,which tells how often any word appear in a document (tf:term frequency) and how often the documents contain the word (idf :inverse document frequency) .

About

Extractive Text Summarizer, based on tf-idf text representation (an example)

License:MIT License


Languages

Language:Jupyter Notebook 100.0%