Skip to content

shubhampachori12110095/long-text-sumarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

long-text-sumarizer

Machine learning tool to summarize long text. Based on the sumy library.

#Install requirements via pip

pip install -r requirements.txt

Download NLTK tokenizers by following command:

python -c "import nltk; nltk.download('punkt')"

#Run

To summarize a text file

python sumarizer.py -f testdata.txt

To summarize a website

python sumarizer.py -u https://en.wikipedia.org/wiki/World_War_II

About

ML tool to summarize long text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages