Lib/site-packages/textacy-0.10.0-py3.6.egg-info/PKG-INFO
Lib/site-packages/textacy-0.10.0-py3.6.egg-info/SOURCES.txt
Lib/site-packages/textacy-0.10.0-py3.6.egg-info/dependency_links.txt
Lib/site-packages/textacy-0.10.0-py3.6.egg-info/requires.txt
Lib/site-packages/textacy-0.10.0-py3.6.egg-info/top_level.txt
Lib/site-packages/textacy/__init__.py
Lib/site-packages/textacy/__main__.py
Lib/site-packages/textacy/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/__main__.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/about.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/cache.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/constants.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/corpus.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/export.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/extract.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/lang_utils.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/network.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/similarity.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/text_stats.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/text_utils.cpython-36.pyc
Lib/site-packages/textacy/__pycache__/utils.cpython-36.pyc
Lib/site-packages/textacy/about.py
Lib/site-packages/textacy/augmentation/__init__.py
Lib/site-packages/textacy/augmentation/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/augmentation/__pycache__/augmenter.cpython-36.pyc
Lib/site-packages/textacy/augmentation/__pycache__/transforms.cpython-36.pyc
Lib/site-packages/textacy/augmentation/__pycache__/utils.cpython-36.pyc
Lib/site-packages/textacy/augmentation/augmenter.py
Lib/site-packages/textacy/augmentation/transforms.py
Lib/site-packages/textacy/augmentation/utils.py
Lib/site-packages/textacy/cache.py
Lib/site-packages/textacy/constants.py
Lib/site-packages/textacy/corpus.py
Lib/site-packages/textacy/datasets/__init__.py
Lib/site-packages/textacy/datasets/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/datasets/__pycache__/base.cpython-36.pyc
Lib/site-packages/textacy/datasets/__pycache__/capitol_words.cpython-36.pyc
Lib/site-packages/textacy/datasets/__pycache__/imdb.cpython-36.pyc
Lib/site-packages/textacy/datasets/__pycache__/oxford_text_archive.cpython-36.pyc
Lib/site-packages/textacy/datasets/__pycache__/reddit_comments.cpython-36.pyc
Lib/site-packages/textacy/datasets/__pycache__/supreme_court.cpython-36.pyc
Lib/site-packages/textacy/datasets/__pycache__/udhr.cpython-36.pyc
Lib/site-packages/textacy/datasets/__pycache__/utils.cpython-36.pyc
Lib/site-packages/textacy/datasets/__pycache__/wikimedia.cpython-36.pyc
Lib/site-packages/textacy/datasets/base.py
Lib/site-packages/textacy/datasets/capitol_words.py
Lib/site-packages/textacy/datasets/imdb.py
Lib/site-packages/textacy/datasets/oxford_text_archive.py
Lib/site-packages/textacy/datasets/reddit_comments.py
Lib/site-packages/textacy/datasets/supreme_court.py
Lib/site-packages/textacy/datasets/udhr.py
Lib/site-packages/textacy/datasets/utils.py
Lib/site-packages/textacy/datasets/wikimedia.py
Lib/site-packages/textacy/export.py
Lib/site-packages/textacy/extract.py
Lib/site-packages/textacy/io/__init__.py
Lib/site-packages/textacy/io/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/io/__pycache__/csv.cpython-36.pyc
Lib/site-packages/textacy/io/__pycache__/http.cpython-36.pyc
Lib/site-packages/textacy/io/__pycache__/json.cpython-36.pyc
Lib/site-packages/textacy/io/__pycache__/matrix.cpython-36.pyc
Lib/site-packages/textacy/io/__pycache__/spacy.cpython-36.pyc
Lib/site-packages/textacy/io/__pycache__/text.cpython-36.pyc
Lib/site-packages/textacy/io/__pycache__/utils.cpython-36.pyc
Lib/site-packages/textacy/io/csv.py
Lib/site-packages/textacy/io/http.py
Lib/site-packages/textacy/io/json.py
Lib/site-packages/textacy/io/matrix.py
Lib/site-packages/textacy/io/spacy.py
Lib/site-packages/textacy/io/text.py
Lib/site-packages/textacy/io/utils.py
Lib/site-packages/textacy/ke/__init__.py
Lib/site-packages/textacy/ke/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/ke/__pycache__/graph_base.cpython-36.pyc
Lib/site-packages/textacy/ke/__pycache__/scake.cpython-36.pyc
Lib/site-packages/textacy/ke/__pycache__/sgrank.cpython-36.pyc
Lib/site-packages/textacy/ke/__pycache__/textrank.cpython-36.pyc
Lib/site-packages/textacy/ke/__pycache__/utils.cpython-36.pyc
Lib/site-packages/textacy/ke/__pycache__/yake.cpython-36.pyc
Lib/site-packages/textacy/ke/graph_base.py
Lib/site-packages/textacy/ke/scake.py
Lib/site-packages/textacy/ke/sgrank.py
Lib/site-packages/textacy/ke/textrank.py
Lib/site-packages/textacy/ke/utils.py
Lib/site-packages/textacy/ke/yake.py
Lib/site-packages/textacy/lang_utils.py
Lib/site-packages/textacy/network.py
Lib/site-packages/textacy/preprocessing/__init__.py
Lib/site-packages/textacy/preprocessing/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/preprocessing/__pycache__/normalize.cpython-36.pyc
Lib/site-packages/textacy/preprocessing/__pycache__/remove.cpython-36.pyc
Lib/site-packages/textacy/preprocessing/__pycache__/replace.cpython-36.pyc
Lib/site-packages/textacy/preprocessing/__pycache__/resources.cpython-36.pyc
Lib/site-packages/textacy/preprocessing/normalize.py
Lib/site-packages/textacy/preprocessing/remove.py
Lib/site-packages/textacy/preprocessing/replace.py
Lib/site-packages/textacy/preprocessing/resources.py
Lib/site-packages/textacy/resources/__init__.py
Lib/site-packages/textacy/resources/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/resources/__pycache__/base.cpython-36.pyc
Lib/site-packages/textacy/resources/__pycache__/concept_net.cpython-36.pyc
Lib/site-packages/textacy/resources/__pycache__/depeche_mood.cpython-36.pyc
Lib/site-packages/textacy/resources/base.py
Lib/site-packages/textacy/resources/concept_net.py
Lib/site-packages/textacy/resources/depeche_mood.py
Lib/site-packages/textacy/similarity.py
Lib/site-packages/textacy/spacier/__init__.py
Lib/site-packages/textacy/spacier/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/spacier/__pycache__/components.cpython-36.pyc
Lib/site-packages/textacy/spacier/__pycache__/core.cpython-36.pyc
Lib/site-packages/textacy/spacier/__pycache__/doc_extensions.cpython-36.pyc
Lib/site-packages/textacy/spacier/__pycache__/utils.cpython-36.pyc
Lib/site-packages/textacy/spacier/components.py
Lib/site-packages/textacy/spacier/core.py
Lib/site-packages/textacy/spacier/doc_extensions.py
Lib/site-packages/textacy/spacier/utils.py
Lib/site-packages/textacy/text_stats.py
Lib/site-packages/textacy/text_utils.py
Lib/site-packages/textacy/tm/__init__.py
Lib/site-packages/textacy/tm/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/tm/__pycache__/topic_model.cpython-36.pyc
Lib/site-packages/textacy/tm/topic_model.py
Lib/site-packages/textacy/utils.py
Lib/site-packages/textacy/viz/__init__.py
Lib/site-packages/textacy/viz/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/viz/__pycache__/network.cpython-36.pyc
Lib/site-packages/textacy/viz/__pycache__/termite.cpython-36.pyc
Lib/site-packages/textacy/viz/network.py
Lib/site-packages/textacy/viz/termite.py
Lib/site-packages/textacy/vsm/__init__.py
Lib/site-packages/textacy/vsm/__pycache__/__init__.cpython-36.pyc
Lib/site-packages/textacy/vsm/__pycache__/matrix_utils.cpython-36.pyc
Lib/site-packages/textacy/vsm/__pycache__/vectorizers.cpython-36.pyc
Lib/site-packages/textacy/vsm/matrix_utils.py
Lib/site-packages/textacy/vsm/vectorizers.py
