Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 522 Bytes

Quote Analysis

Analysis of Mixed Quote Representation in News Sources

Installation

  1. 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
  1. 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