An open API service indexing awesome lists of open source software.

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)

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}```