coronews-analyse

Analyses several COVID-19 news article titles to figure out which ones are the most used words.

Stars
1

coronews-analyse

Analyses several COVID-19 news article titles to figure out which ones are the most used words.

This script uses -

How to run?

git clone https://github.com/manan2002/coronews-analyse.git
cd coronews-analyse
pip install -r requirements.txt
python -m spacy download en
python main.py
Related Projects