Construct keyword list
First time use
Download the required models
spacy:
Terminal
C:/../aparts> python -m spacy download en_core_web_sm
nltk
Terminal
C:/../aparts> python
>>> import nltk
>>> nltk.download('punkt')
Run the code
Open up VScode, anaconda or whatever interface you will be using. Open a terminal (within the program) and move to the directory you want to store the input and output in.
Setup the folder
python
from aparts import generate_folder_structure
generate_folder_structure()
Move the records.csv and library.bib to the input folder