CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/source/api_reference.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/license.rst
docs/source/getting_started/installation.rst
docs/source/getting_started/quickstart.rst
tests/test_cache.py
tests/test_constants.py
tests/test_corpus.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_io.py
tests/test_keyterms.py
tests/test_preprocess.py
tests/test_readme.py
tests/test_similarity.py
tests/test_spacier_components.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/__main__.py
textacy/about.py
textacy/cache.py
textacy/compat.py
textacy/constants.py
textacy/corpus.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/utils.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/io/__init__.py
textacy/io/csv.py
textacy/io/http.py
textacy/io/json.py
textacy/io/matrix.py
textacy/io/spacy.py
textacy/io/text.py
textacy/io/utils.py
textacy/spacier/__init__.py
textacy/spacier/components.py
textacy/tm/__init__.py
textacy/tm/topic_model.py
textacy/viz/__init__.py
textacy/viz/network.py
textacy/viz/termite.py
textacy/vsm/__init__.py
textacy/vsm/matrix_utils.py
textacy/vsm/vectorizers.py