Metadata-Version: 2.1
Name: juxtorpus
Version: 0.3.1
Summary: Juxtorpus compare and contrast two ATAP corpus.
Home-page: https://github.com/Sydney-Informatics-Hub/juxtorpus
Author: jack
Author-email: huen.chan@sydney.edu.au
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: atap-corpus (>=0.1.13)
Requires-Dist: colorlog (>=6.7.0,<7.0.0)
Requires-Dist: matplotlib (>=3.5.2,<4.0.0)
Requires-Dist: plotly (>=5.11.0,<6.0.0)
Requires-Dist: pyldavis (>=3.4.0,<4.0.0)
Requires-Dist: tmtoolkit (>=0.12.0,<0.13.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Requires-Dist: wordcloud (>=1.8.2.2,<2.0.0.0)
Project-URL: Repository, https://github.com/Sydney-Informatics-Hub/juxtorpus
Description-Content-Type: text/markdown

# juxtorpus

Compare and analyse two corpus.

To run this notebook, click on the button below to launch a free binder instance.

DH Day Workshop (14.Mar.23): [![Binder](https://binderhub.atap-binder.cloud.edu.au/badge_logo.svg)](https://binderhub.atap-binder.cloud.edu.au/v2/gh/Sydney-Informatics-Hub/juxtorpus/53ed632722a8a1be5af4547a6965e4b9aa1dfb85?labpath=notebooks%2FDH%20demo%2FDemo-final.ipynb)


# Contributors
A quick way to set up your dev environment.
```shell
./init.dev.sh
```

To build the `requirements.txt` file for binder:
```shell
./binder_poetry_to_requirements.sh
```
