Installation

Python (Conda): install from the source:

conda create --name [ENV NAME] python=3.8 ipython
source activate [ENV NAME]
# then run the following command
pip install git+https://github.com/clap-purdue/gricean-pragmatics

Docker:

# Future Docker installation information will be included.