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/test_capitolwords.py
tests/test_constants.py
tests/test_corpora_reddit_reader.py
tests/test_corpora_wiki_reader.py
tests/test_data.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_supremecourt.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/corpora/__init__.py
textacy/corpora/capitolwords.py
textacy/corpora/reddit_reader.py
textacy/corpora/supremecourt.py
textacy/corpora/wiki_reader.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