.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
citation.cff
pyproject.toml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/01_bugs.md
.github/ISSUE_TEMPLATE/02_docs.md
.github/ISSUE_TEMPLATE/03_feature-request.md
.github/ISSUE_TEMPLATE/config.yml
.github/workflows/dependabot_automerge.yml
.github/workflows/documentation.yml
.github/workflows/draft-pdf.yml
.github/workflows/release.yml
.github/workflows/stale.yml
.github/workflows/tests.yml
docs/Makefile
docs/coherence.rst
docs/conf.py
docs/dependencydistance.rst
docs/descriptivestats.rst
docs/extractors.rst
docs/faq.rst
docs/index.rst
docs/information_theory.rst
docs/installation.rst
docs/make.bat
docs/news.rst
docs/posstats.rst
docs/quality.rst
docs/readability.rst
docs/tutorial.rst
docs/usingthepackage.rst
docs/_static/icon.png
docs/_static/icon_dark_old.png
docs/_static/icon_old.png
docs/tutorials/filter_corpus_using_quality.ipynb
docs/tutorials/introductory_tutorial.ipynb
docs/tutorials/requirements.txt
paper/paper.bib
paper/paper.md
paper/paper_quarto.pdf
paper/paper_quarto.qmd
paper/readme.md
src/textdescriptives/__init__.py
src/textdescriptives/about.py
src/textdescriptives/extractors.py
src/textdescriptives/load_components.py
src/textdescriptives/utils.py
src/textdescriptives.egg-info/PKG-INFO
src/textdescriptives.egg-info/SOURCES.txt
src/textdescriptives.egg-info/dependency_links.txt
src/textdescriptives.egg-info/requires.txt
src/textdescriptives.egg-info/top_level.txt
src/textdescriptives/components/__init__.py
src/textdescriptives/components/coherence.py
src/textdescriptives/components/dependency_distance.py
src/textdescriptives/components/descriptive_stats.py
src/textdescriptives/components/information_theory.py
src/textdescriptives/components/pos_proportions.py
src/textdescriptives/components/quality.py
src/textdescriptives/components/quality_data_classes.py
src/textdescriptives/components/readability.py
src/textdescriptives/components/utils.py
src/textdescriptives/data/spam.csv
tests/__init__.py
tests/books.py
tests/requirements.txt
tests/test_coherence.py
tests/test_dependency_distance.py
tests/test_descriptive_stats.py
tests/test_extractors.py
tests/test_information.py
tests/test_load_components.py
tests/test_pos_proportions.py
tests/test_quality.py
tests/test_readability.py
tests/test_utils.py