Skip to content

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

License

Notifications You must be signed in to change notification settings

himalayan-sanjeev/Nepali_Text_Summarization_Extractive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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