Lib/site-packages/textacy-0.11.0-py3.9.egg-info/PKG-INFO
Lib/site-packages/textacy-0.11.0-py3.9.egg-info/SOURCES.txt
Lib/site-packages/textacy-0.11.0-py3.9.egg-info/dependency_links.txt
Lib/site-packages/textacy-0.11.0-py3.9.egg-info/requires.txt
Lib/site-packages/textacy-0.11.0-py3.9.egg-info/top_level.txt
Lib/site-packages/textacy/__init__.py
Lib/site-packages/textacy/__main__.py
Lib/site-packages/textacy/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/__pycache__/__main__.cpython-39.pyc
Lib/site-packages/textacy/__pycache__/_version.cpython-39.pyc
Lib/site-packages/textacy/__pycache__/cache.cpython-39.pyc
Lib/site-packages/textacy/__pycache__/constants.cpython-39.pyc
Lib/site-packages/textacy/__pycache__/corpus.cpython-39.pyc
Lib/site-packages/textacy/__pycache__/errors.cpython-39.pyc
Lib/site-packages/textacy/__pycache__/extensions.cpython-39.pyc
Lib/site-packages/textacy/__pycache__/types.cpython-39.pyc
Lib/site-packages/textacy/__pycache__/utils.cpython-39.pyc
Lib/site-packages/textacy/_version.py
Lib/site-packages/textacy/augmentation/__init__.py
Lib/site-packages/textacy/augmentation/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/augmentation/__pycache__/augmenter.cpython-39.pyc
Lib/site-packages/textacy/augmentation/__pycache__/transforms.cpython-39.pyc
Lib/site-packages/textacy/augmentation/__pycache__/utils.cpython-39.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-39.pyc
Lib/site-packages/textacy/datasets/__pycache__/base.cpython-39.pyc
Lib/site-packages/textacy/datasets/__pycache__/capitol_words.cpython-39.pyc
Lib/site-packages/textacy/datasets/__pycache__/imdb.cpython-39.pyc
Lib/site-packages/textacy/datasets/__pycache__/oxford_text_archive.cpython-39.pyc
Lib/site-packages/textacy/datasets/__pycache__/reddit_comments.cpython-39.pyc
Lib/site-packages/textacy/datasets/__pycache__/supreme_court.cpython-39.pyc
Lib/site-packages/textacy/datasets/__pycache__/udhr.cpython-39.pyc
Lib/site-packages/textacy/datasets/__pycache__/wikimedia.cpython-39.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/wikimedia.py
Lib/site-packages/textacy/errors.py
Lib/site-packages/textacy/extensions.py
Lib/site-packages/textacy/extract/__init__.py
Lib/site-packages/textacy/extract/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/extract/__pycache__/acros.cpython-39.pyc
Lib/site-packages/textacy/extract/__pycache__/basics.cpython-39.pyc
Lib/site-packages/textacy/extract/__pycache__/extensions.cpython-39.pyc
Lib/site-packages/textacy/extract/__pycache__/kwic.cpython-39.pyc
Lib/site-packages/textacy/extract/__pycache__/matches.cpython-39.pyc
Lib/site-packages/textacy/extract/__pycache__/triples.cpython-39.pyc
Lib/site-packages/textacy/extract/__pycache__/utils.cpython-39.pyc
Lib/site-packages/textacy/extract/acros.py
Lib/site-packages/textacy/extract/basics.py
Lib/site-packages/textacy/extract/extensions.py
Lib/site-packages/textacy/extract/keyterms/__init__.py
Lib/site-packages/textacy/extract/keyterms/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/extract/keyterms/__pycache__/scake.cpython-39.pyc
Lib/site-packages/textacy/extract/keyterms/__pycache__/sgrank.cpython-39.pyc
Lib/site-packages/textacy/extract/keyterms/__pycache__/textrank.cpython-39.pyc
Lib/site-packages/textacy/extract/keyterms/__pycache__/yake.cpython-39.pyc
Lib/site-packages/textacy/extract/keyterms/scake.py
Lib/site-packages/textacy/extract/keyterms/sgrank.py
Lib/site-packages/textacy/extract/keyterms/textrank.py
Lib/site-packages/textacy/extract/keyterms/yake.py
Lib/site-packages/textacy/extract/kwic.py
Lib/site-packages/textacy/extract/matches.py
Lib/site-packages/textacy/extract/triples.py
Lib/site-packages/textacy/extract/utils.py
Lib/site-packages/textacy/io/__init__.py
Lib/site-packages/textacy/io/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/io/__pycache__/csv.cpython-39.pyc
Lib/site-packages/textacy/io/__pycache__/http.cpython-39.pyc
Lib/site-packages/textacy/io/__pycache__/json.cpython-39.pyc
Lib/site-packages/textacy/io/__pycache__/matrix.cpython-39.pyc
Lib/site-packages/textacy/io/__pycache__/spacy.cpython-39.pyc
Lib/site-packages/textacy/io/__pycache__/text.cpython-39.pyc
Lib/site-packages/textacy/io/__pycache__/utils.cpython-39.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/lang_id/__init__.py
Lib/site-packages/textacy/lang_id/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/lang_id/__pycache__/_datasets.cpython-39.pyc
Lib/site-packages/textacy/lang_id/__pycache__/_training.cpython-39.pyc
Lib/site-packages/textacy/lang_id/__pycache__/lang_identifier.cpython-39.pyc
Lib/site-packages/textacy/lang_id/__pycache__/models.cpython-39.pyc
Lib/site-packages/textacy/lang_id/_datasets.py
Lib/site-packages/textacy/lang_id/_training.py
Lib/site-packages/textacy/lang_id/lang_identifier.py
Lib/site-packages/textacy/lang_id/models.py
Lib/site-packages/textacy/preprocessing/__init__.py
Lib/site-packages/textacy/preprocessing/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/preprocessing/__pycache__/normalize.cpython-39.pyc
Lib/site-packages/textacy/preprocessing/__pycache__/pipeline.cpython-39.pyc
Lib/site-packages/textacy/preprocessing/__pycache__/remove.cpython-39.pyc
Lib/site-packages/textacy/preprocessing/__pycache__/replace.cpython-39.pyc
Lib/site-packages/textacy/preprocessing/__pycache__/resources.cpython-39.pyc
Lib/site-packages/textacy/preprocessing/normalize.py
Lib/site-packages/textacy/preprocessing/pipeline.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/representations/__init__.py
Lib/site-packages/textacy/representations/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/representations/__pycache__/matrix_utils.cpython-39.pyc
Lib/site-packages/textacy/representations/__pycache__/network.cpython-39.pyc
Lib/site-packages/textacy/representations/__pycache__/sparse_vec.cpython-39.pyc
Lib/site-packages/textacy/representations/__pycache__/vectorizers.cpython-39.pyc
Lib/site-packages/textacy/representations/matrix_utils.py
Lib/site-packages/textacy/representations/network.py
Lib/site-packages/textacy/representations/sparse_vec.py
Lib/site-packages/textacy/representations/vectorizers.py
Lib/site-packages/textacy/resources/__init__.py
Lib/site-packages/textacy/resources/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/resources/__pycache__/base.cpython-39.pyc
Lib/site-packages/textacy/resources/__pycache__/concept_net.cpython-39.pyc
Lib/site-packages/textacy/resources/__pycache__/depeche_mood.cpython-39.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/__init__.py
Lib/site-packages/textacy/similarity/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/similarity/__pycache__/edits.cpython-39.pyc
Lib/site-packages/textacy/similarity/__pycache__/hybrid.cpython-39.pyc
Lib/site-packages/textacy/similarity/__pycache__/sequences.cpython-39.pyc
Lib/site-packages/textacy/similarity/__pycache__/tokens.cpython-39.pyc
Lib/site-packages/textacy/similarity/edits.py
Lib/site-packages/textacy/similarity/hybrid.py
Lib/site-packages/textacy/similarity/sequences.py
Lib/site-packages/textacy/similarity/tokens.py
Lib/site-packages/textacy/spacier/__init__.py
Lib/site-packages/textacy/spacier/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/spacier/__pycache__/core.cpython-39.pyc
Lib/site-packages/textacy/spacier/__pycache__/utils.cpython-39.pyc
Lib/site-packages/textacy/spacier/core.py
Lib/site-packages/textacy/spacier/utils.py
Lib/site-packages/textacy/text_stats/__init__.py
Lib/site-packages/textacy/text_stats/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/text_stats/__pycache__/api.cpython-39.pyc
Lib/site-packages/textacy/text_stats/__pycache__/basics.cpython-39.pyc
Lib/site-packages/textacy/text_stats/__pycache__/components.cpython-39.pyc
Lib/site-packages/textacy/text_stats/__pycache__/readability.cpython-39.pyc
Lib/site-packages/textacy/text_stats/api.py
Lib/site-packages/textacy/text_stats/basics.py
Lib/site-packages/textacy/text_stats/components.py
Lib/site-packages/textacy/text_stats/readability.py
Lib/site-packages/textacy/tm/__init__.py
Lib/site-packages/textacy/tm/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/tm/__pycache__/topic_model.cpython-39.pyc
Lib/site-packages/textacy/tm/topic_model.py
Lib/site-packages/textacy/tokenizers/__init__.py
Lib/site-packages/textacy/tokenizers/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/tokenizers/__pycache__/char_ngrams.cpython-39.pyc
Lib/site-packages/textacy/tokenizers/__pycache__/terms.cpython-39.pyc
Lib/site-packages/textacy/tokenizers/char_ngrams.py
Lib/site-packages/textacy/tokenizers/terms.py
Lib/site-packages/textacy/types.py
Lib/site-packages/textacy/utils.py
Lib/site-packages/textacy/viz/__init__.py
Lib/site-packages/textacy/viz/__pycache__/__init__.cpython-39.pyc
Lib/site-packages/textacy/viz/__pycache__/network.cpython-39.pyc
Lib/site-packages/textacy/viz/__pycache__/termite.cpython-39.pyc
Lib/site-packages/textacy/viz/network.py
Lib/site-packages/textacy/viz/termite.py
