Analysis of Mixed Quote Representation in News Sources
- To run the code included in this repository, create and activate a Python virtual environment.
python3 -m venv testenv
source testenv/bin/activate
pip3 install -r requirements.txt
-
To run the presentation included in this repository, you will need to install RISE.
Using pip:
pip3 install RISE
Using conda:
conda install -c conda-forge rise