CHANGES.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/.nojekyll
docs/Makefile
docs/index.html
docs/_static/doc-term-matrix.png
docs/_static/textacy_logo.png
docs/_static/textacy_logo_pride.png
docs/source/changes.md
docs/source/conf.py
docs/source/index.rst
docs/source/installation.md
docs/source/quickstart.md
docs/source/api_reference/augmentation.rst
docs/source/api_reference/datasets_resources.rst
docs/source/api_reference/extract.rst
docs/source/api_reference/io.rst
docs/source/api_reference/lang_doc_corpus.rst
docs/source/api_reference/misc.rst
docs/source/api_reference/preprocessing.rst
docs/source/api_reference/representations.rst
docs/source/api_reference/root.rst
docs/source/api_reference/similarity.rst
docs/source/api_reference/text_stats.rst
docs/source/api_reference/tm.rst
docs/source/api_reference/viz.rst
docs/source/tutorials/root.rst
docs/source/tutorials/tutorial-1.md
docs/source/tutorials/tutorial-2.md
scripts/fetch_wiki_lang_snippets.py
scripts/train_lang_identifier.py
scripts/train_lang_identifier_v2.py
src/textacy/__init__.py
src/textacy/__main__.py
src/textacy/_version.py
src/textacy/cache.py
src/textacy/constants.py
src/textacy/corpus.py
src/textacy/errors.py
src/textacy/extensions.py
src/textacy/types.py
src/textacy/utils.py
src/textacy.egg-info/PKG-INFO
src/textacy.egg-info/SOURCES.txt
src/textacy.egg-info/dependency_links.txt
src/textacy.egg-info/requires.txt
src/textacy.egg-info/top_level.txt
src/textacy/augmentation/__init__.py
src/textacy/augmentation/augmenter.py
src/textacy/augmentation/transforms.py
src/textacy/augmentation/utils.py
src/textacy/datasets/__init__.py
src/textacy/datasets/base.py
src/textacy/datasets/capitol_words.py
src/textacy/datasets/imdb.py
src/textacy/datasets/oxford_text_archive.py
src/textacy/datasets/reddit_comments.py
src/textacy/datasets/supreme_court.py
src/textacy/datasets/udhr.py
src/textacy/datasets/wikimedia.py
src/textacy/extract/__init__.py
src/textacy/extract/acros.py
src/textacy/extract/basics.py
src/textacy/extract/extensions.py
src/textacy/extract/kwic.py
src/textacy/extract/matches.py
src/textacy/extract/triples.py
src/textacy/extract/utils.py
src/textacy/extract/keyterms/__init__.py
src/textacy/extract/keyterms/scake.py
src/textacy/extract/keyterms/sgrank.py
src/textacy/extract/keyterms/textrank.py
src/textacy/extract/keyterms/yake.py
src/textacy/io/__init__.py
src/textacy/io/csv.py
src/textacy/io/http.py
src/textacy/io/json.py
src/textacy/io/matrix.py
src/textacy/io/spacy.py
src/textacy/io/text.py
src/textacy/io/utils.py
src/textacy/lang_id/__init__.py
src/textacy/lang_id/_datasets.py
src/textacy/lang_id/_training.py
src/textacy/lang_id/lang_identifier.py
src/textacy/lang_id/models.py
src/textacy/preprocessing/__init__.py
src/textacy/preprocessing/normalize.py
src/textacy/preprocessing/pipeline.py
src/textacy/preprocessing/remove.py
src/textacy/preprocessing/replace.py
src/textacy/preprocessing/resources.py
src/textacy/representations/__init__.py
src/textacy/representations/matrix_utils.py
src/textacy/representations/network.py
src/textacy/representations/sparse_vec.py
src/textacy/representations/vectorizers.py
src/textacy/resources/__init__.py
src/textacy/resources/base.py
src/textacy/resources/concept_net.py
src/textacy/resources/depeche_mood.py
src/textacy/similarity/__init__.py
src/textacy/similarity/edits.py
src/textacy/similarity/hybrid.py
src/textacy/similarity/sequences.py
src/textacy/similarity/tokens.py
src/textacy/spacier/__init__.py
src/textacy/spacier/core.py
src/textacy/spacier/utils.py
src/textacy/text_stats/__init__.py
src/textacy/text_stats/api.py
src/textacy/text_stats/basics.py
src/textacy/text_stats/components.py
src/textacy/text_stats/readability.py
src/textacy/tm/__init__.py
src/textacy/tm/topic_model.py
src/textacy/tokenizers/__init__.py
src/textacy/tokenizers/char_ngrams.py
src/textacy/tokenizers/terms.py
src/textacy/viz/__init__.py
src/textacy/viz/network.py
src/textacy/viz/termite.py
tests/test_cache.py
tests/test_constants.py
tests/test_corpus.py
tests/test_extensions.py
tests/test_io.py
tests/test_lang_id.py
tests/test_readme.py
tests/test_topic_model.py
tests/test_utils.py
tests/augmentation/test_augmentation_utils.py
tests/augmentation/test_augmenter.py
tests/augmentation/test_transforms.py
tests/datasets/test_base_dataset.py
tests/datasets/test_capitol_words.py
tests/datasets/test_imdb.py
tests/datasets/test_oxford_text_archive.py
tests/datasets/test_reddit_comments.py
tests/datasets/test_supreme_court.py
tests/datasets/test_udhr.py
tests/datasets/test_wikimedia.py
tests/docs/test_tutorial1.py
tests/extract/test_acros.py
tests/extract/test_extract_basics.py
tests/extract/test_extract_extensions.py
tests/extract/test_extract_utils.py
tests/extract/test_kwic.py
tests/extract/test_matches.py
tests/extract/test_triples.py
tests/extract/keyterms/test_scake.py
tests/extract/keyterms/test_sgrank.py
tests/extract/keyterms/test_textrank.py
tests/extract/keyterms/test_yake.py
tests/preprocessing/test_normalize.py
tests/preprocessing/test_pipeline.py
tests/preprocessing/test_remove.py
tests/preprocessing/test_replace.py
tests/preprocessing/test_resources.py
tests/representations/test_network.py
tests/representations/test_sparse_vec.py
tests/representations/test_vectorizers.py
tests/resources/test_concept_net.py
tests/resources/test_depeche_mood.py
tests/similarity/test_edits.py
tests/similarity/test_hybrid.py
tests/similarity/test_tokens.py
tests/spacier/test_core.py
tests/spacier/test_spacier_utils.py
tests/text_stats/test_api.py
tests/text_stats/test_basics.py
tests/text_stats/test_components.py
tests/text_stats/test_readability.py