Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 412 Bytes

File metadata and controls

3 lines (2 loc) · 412 Bytes

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) .