https://github.com/assafelovic/nlp_url_summarizer
URL articles text summarizer using Web Crawling and NLP (written in Python)
https://github.com/assafelovic/nlp_url_summarizer
Last synced: 7 months ago
JSON representation
URL articles text summarizer using Web Crawling and NLP (written in Python)
- Host: GitHub
- URL: https://github.com/assafelovic/nlp_url_summarizer
- Owner: assafelovic
- License: mit
- Created: 2016-10-26T10:05:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T13:15:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-19T01:11:15.024Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 47
- Watchers: 4
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "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}```