Skip to content

assafelovic/nlp_url_summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"TL;DR" for online articles

Text summarizer for online articles using web crawling and NLP (written in Python 3.x)

Getting started

1. Open command line (Terminal on Mac)

pip install -r requirements.txt

2. Open Python command line

import nltk
nltk.download("stopwords")

3. Run the process and enter any URL

python url_summarizer.py {url}

About

URL articles text summarizer using Web Crawling and NLP (written in Python)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages