Skip to content

Text Summarization is a very useful technique to get important parts of a large text document. This project uses word frequencies of the sentence and yield a score for each sentence.

Notifications You must be signed in to change notification settings

Keshav25-2002/Text-summarization-using-Word-Frequency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Text-summarization-using-Word-Frequency

Project Information:

Text Summarization is a very useful technique to get important parts of a large text document. This project uses word frequencies of the sentence and yield a score for

each sentence. It used the Natural Language Toolkit to process the text information and regular expressions to preprocess the data. This is a basic text summarization

technique to get useful information.

Libraries

1.nltk

2.re

3.heapq

About

Text Summarization is a very useful technique to get important parts of a large text document. This project uses word frequencies of the sentence and yield a score for each sentence.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published