* Added `run_eda` that automates exploratory data analysis (EDA).
* Implemented feature extractions that capture special patterns separately (e.g. emails, phone numbers).
* Implemented count and TF-IDF vectorisers.
* Implemented automated checks on data - empty text, language, document length, word length.