This repository uses conda to manage environments. Create an environment for this repository from telegram_text_cleaning.yaml.
conda env create -f telegram_text_processing.yml
To activate this environment:
conda activate telegram_text_processing
To deactivate an active environment, use
conda deactivate