CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/.DS_Store
docs/Makefile
docs/source/api_reference.rst
docs/source/conf.py
docs/source/index.rst
docs/source/license.rst
tests/.DS_Store
tests/test_constants.py
tests/test_data.py
tests/test_dataset_capitol_words.py
tests/test_dataset_oxford_text_archive.py
tests/test_dataset_reddit_comments.py
tests/test_dataset_supreme_court.py
tests/test_dataset_wikipedia.py
tests/test_doc.py
tests/test_export.py
tests/test_extract.py
tests/test_fileio.py
tests/test_keyterms.py
tests/test_preprocess.py
tests/test_readme.py
tests/test_similarity.py
tests/test_spacy_utils.py
tests/test_text_stats.py
tests/test_text_utils.py
tests/test_topic_model.py
tests/test_vsm.py
textacy/__init__.py
textacy/compat.py
textacy/constants.py
textacy/corpus.py
textacy/data.py
textacy/doc.py
textacy/export.py
textacy/extract.py
textacy/keyterms.py
textacy/lexicon_methods.py
textacy/math_utils.py
textacy/network.py
textacy/preprocess.py
textacy/similarity.py
textacy/spacy_pipelines.py
textacy/spacy_utils.py
textacy/text_stats.py
textacy/text_utils.py
textacy/vsm.py
textacy.egg-info/PKG-INFO
textacy.egg-info/SOURCES.txt
textacy.egg-info/dependency_links.txt
textacy.egg-info/requires.txt
textacy.egg-info/top_level.txt
textacy/datasets/__init__.py
textacy/datasets/base.py
textacy/datasets/capitol_words.py
textacy/datasets/oxford_text_archive.py
textacy/datasets/reddit_comments.py
textacy/datasets/supreme_court.py
textacy/datasets/wikipedia.py
textacy/fileio/__init__.py
textacy/fileio/read.py
textacy/fileio/utils.py
textacy/fileio/write.py
textacy/tm/__init__.py
textacy/tm/topic_model.py
textacy/viz/__init__.py
textacy/viz/network.py
textacy/viz/termite.py