LICENSE
README.md
setup.cfg
setup.py
textdescriptives/__init__.py
textdescriptives/about.py
textdescriptives/dataframe_extract.py
textdescriptives/load_components.py
textdescriptives.egg-info/PKG-INFO
textdescriptives.egg-info/SOURCES.txt
textdescriptives.egg-info/dependency_links.txt
textdescriptives.egg-info/not-zip-safe
textdescriptives.egg-info/requires.txt
textdescriptives.egg-info/top_level.txt
textdescriptives/components/__init__.py
textdescriptives/components/dependency_distance.py
textdescriptives/components/descriptive_stats.py
textdescriptives/components/pos_stats.py
textdescriptives/components/readability.py
textdescriptives/components/utils.py
textdescriptives/tests/__init__.py
textdescriptives/tests/books.py
textdescriptives/tests/test_dependency_distance.py
textdescriptives/tests/test_descriptive_stats.py
textdescriptives/tests/test_extractor.py
textdescriptives/tests/test_load_components.py
textdescriptives/tests/test_pos_stats.py
textdescriptives/tests/test_readability.py