Skip to content

lambdabaa/CORD-19

Repository files navigation

Download the CORD-19 dataset from Kaggle.

Clusters

Social Science

Treatment

Epidemiology

Biology

Modeling

Transmission, Detection, & Surveillance

Foreign Language

Usage

python3 -m pip install -r requirements.txt
./preprocessing.py  # extract_text()
./preprocessing.py > titles.csv  # extract_titles()
./bpe.sh
./preprocessing.py  # apply_bpe()
./doc2vec.py
./kmeans.py ./docvec > clusters.csv
./csvmerge.py > docs.csv