Install the required dependencies:
pip install -r ./requirements.txtDownload the original DEFT Corpus inside the project folder:
git clone https://github.com/adobe-research/deft_corpusPerform the preprocessing step (preprocessed data will be found inside ./dataset/preprocessed/):
cd ./dataset
python ./preprocessing.pyPerform the augmentation step (preprocessed data will be found inside ./dataset/augmented/):
cd ./dataset
python ./augmentation.pyRun the Jupyter Notebook (./TL_SimonePersiani.ipynb).
The original dataset is attributed to AdobeResearch.