Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 491 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 491 Bytes

Newspaper Scraping using Beautiful Soup

Requirements

pip install -r requirements

There will be some packages required to be install even after installing requirements.txt

python -m spacy download en_core_web_sm

NLTK is also required so for that purpose you can type python on conda environment and hit enter than import nltk and after that type nltk.download() nltk GUI will be opened then choose all-nltk for installation.