.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
mkdocs.yml
readme.md
setup.py
.github/workflows/croncheck.yml
.github/workflows/dependencies.yml
.github/workflows/macos-test.yml
.github/workflows/pythonpackage.yml
.github/workflows/rasatest.yml
.github/workflows/stylecheck.yml
docs/arrow.png
docs/faq.md
docs/gif-one.gif
docs/gif-two.gif
docs/gif-zero.gif
docs/index.md
docs/interactive1.js
docs/interactive2.js
docs/logo.png
docs/releases.md
docs/roadmap.md
docs/square-logo.svg
docs/style.css
docs/api/embedding.md
docs/api/embeddingset.md
docs/api/helpers.md
docs/api/language/bpemb_lang.md
docs/api/language/convert_lang.md
docs/api/language/countvector_lang.md
docs/api/language/diet.md
docs/api/language/fasttext_lang.md
docs/api/language/floret_lang.md
docs/api/language/gensim_lang.md
docs/api/language/labse.md
docs/api/language/s2v_lang.md
docs/api/language/sentence_tfm.md
docs/api/language/spacy_lang.md
docs/api/language/tfhub.md
docs/api/language/tfidf_lang.md
docs/api/language/transformers.md
docs/api/language/universal_sentence.md
docs/api/transformers/addrandom.md
docs/api/transformers/noise.md
docs/api/transformers/pca.md
docs/api/transformers/tsne.md
docs/api/transformers/umap.md
docs/examples/arabic/charts.json
docs/examples/arabic/details-1.json
docs/examples/arabic/details-2.json
docs/examples/arabic/hiplot-results.html
docs/examples/arabic/index.md
docs/examples/lipstick-pig/index.md
docs/examples/lipstick-pig/data/female-words.txt
docs/examples/lipstick-pig/data/male-words.txt
docs/examples/lipstick-pig/imgs/before-after.png
docs/examples/lipstick-pig/imgs/bias-bias-pipeline.png
docs/examples/lipstick-pig/imgs/bias-debias-pipeline.png
docs/examples/lipstick-pig/imgs/bias.png
docs/examples/lipstick-pig/imgs/debias-debias-pipeline.png
docs/examples/lipstick-pig/imgs/logo.png
docs/examples/lipstick-pig/imgs/many.png
docs/images/arabic-before-after.png
docs/images/chart.png
docs/images/corrplot.png
docs/images/fig.png
docs/images/labse.png
docs/images/logo.png
docs/images/pixels.png
docs/js/config.js
docs/tutorial/scikit-learn.md
docs/tutorial/embeddings/index.md
docs/tutorial/embeddings/tut1-img1.png
docs/tutorial/embeddings/tut1-img10.png
docs/tutorial/embeddings/tut1-img2.png
docs/tutorial/embeddings/tut1-img3.png
docs/tutorial/embeddings/tut1-img4.png
docs/tutorial/embeddings/tut1-img5.png
docs/tutorial/embeddings/tut1-img6.png
docs/tutorial/embeddings/tut1-img7.png
docs/tutorial/embeddings/tut1-img8.png
docs/tutorial/embeddings/tut1-img9.png
docs/tutorial/embeddingsets/index.md
docs/tutorial/embeddingsets/tut-chart-color.json
docs/tutorial/embeddingsets/tut-chart-hover.json
docs/tutorial/embeddingsets/tut2-chart1.json
docs/tutorial/embeddingsets/tut2-chart2.json
docs/tutorial/embeddingsets/tut2-chart3.json
docs/tutorial/embeddingsets/tut2-chart4.json
docs/tutorial/embeddingsets/tut2-chart5.json
docs/tutorial/embeddingsets/tut2-chart6.json
docs/tutorial/quickstart/chart.json
docs/tutorial/quickstart/index.md
docs/tutorial/quickstart/similarity-guide.png
docs/tutorial/transformations/colors.json
docs/tutorial/transformations/index.md
docs/tutorial/transformations/movement.json
docs/tutorial/transformations/two-groups-one.json
docs/tutorial/transformations/two-groups-two.json
notebooks/01-intro-with-tokens.ipynb
notebooks/02-towards-embeddings.ipynb
notebooks/03-interactive-transformations.ipynb
notebooks/04-more-tokens-and-context.ipynb
notebooks/05-language-backends.ipynb
notebooks/06-comparing-operations.ipynb
tests/__init__.py
tests/conftest.py
tests/test_embedding.py
tests/test_embeddingset.py
tests/test_helpers.py
tests/test_import_error.py
tests/test_transformers.py
tests/cache/custom_gensim_vectors.kv
tests/cache/en.wiki.bpe.vs1000.d25.w2v.bin
tests/cache/en.wiki.bpe.vs1000.model
tests/cache/en/en.wiki.bpe.vs1000.d25.w2v.bin
tests/cache/en/en.wiki.bpe.vs1000.model
tests/data/foobar.txt
tests/rasa-test-demo/config.yml
tests/rasa-test-demo/credentials.yml
tests/rasa-test-demo/domain.yml
tests/rasa-test-demo/endpoints.yml
tests/rasa-test-demo/actions/__init__.py
tests/rasa-test-demo/actions/actions.py
tests/rasa-test-demo/data/nlu.yml
tests/rasa-test-demo/data/rules.yml
tests/rasa-test-demo/data/stories.yml
tests/rasa-test-demo/tests/test_stories.yml
tests/scripts/check_pip.py
tests/scripts/import_all.py
tests/scripts/import_msg_demo.py
tests/scripts/prepare_fasttext_tests.py
tests/scripts/prepare_floret.py
tests/scripts/prepare_gensim_kv.py
tests/test_documentation/__init__.py
tests/test_documentation/test_apidoc.py
tests/test_documentation/test_docs.py
tests/test_lang/__init__.py
tests/test_lang/test_countvector_lang.py
tests/test_lang/test_fasttext_lang.py
tests/test_lang/test_gensim.py
tests/test_lang/test_hftransformers_lang.py
tests/test_lang/test_pblang.py
tests/test_lang/test_rasa_lang.py
tests/test_lang/test_sent_tfm.py
tests/test_lang/test_spacy_language.py
tests/test_lang/test_tfhub_lang.py
tests/test_lang/test_tfidflang.py
tests/test_lang/test_universal_sentence_encoder.py
tests/test_plotting/__init__.py
tests/test_plotting/test_dist_sim_plots.py
tests/test_plotting/test_altair/__init__.py
tests/test_plotting/test_altair/common.py
tests/test_plotting/test_altair/test_embeddingset_plot_interactive.py
tests/test_plotting/test_altair/test_embeddingset_plot_interactive_matrix.py
tests/test_plotting/test_matplotlib/__init__.py
tests/test_plotting/test_matplotlib/common.py
tests/test_plotting/test_matplotlib/test_embedding_plot.py
tests/test_plotting/test_matplotlib/test_embeddingset_plot.py
tests/test_plotting/test_matplotlib/test_plot_3d.py
tests/test_sklearn/__init__.py
tests/test_sklearn/test_fasttext_sklearn.py
tests/test_sklearn/test_simple_pipeline.py
theme/partials/footer.html
whatlies/__init__.py
whatlies/common.py
whatlies/embedding.py
whatlies/embeddingset.py
whatlies/error.py
whatlies/helpers.py
whatlies/plotting.py
whatlies.egg-info/PKG-INFO
whatlies.egg-info/SOURCES.txt
whatlies.egg-info/dependency_links.txt
whatlies.egg-info/requires.txt
whatlies.egg-info/top_level.txt
whatlies/language/__init__.py
whatlies/language/_bpemblang.py
whatlies/language/_common.py
whatlies/language/_convert_lang.py
whatlies/language/_countvector_lang.py
whatlies/language/_diet_lang.py
whatlies/language/_fasttext_lang.py
whatlies/language/_floret_lang.py
whatlies/language/_gensim_lang.py
whatlies/language/_hftransformers_lang.py
whatlies/language/_sense2vec_lang.py
whatlies/language/_sentence_encode_lang.py
whatlies/language/_sentencetfm_lang.py
whatlies/language/_spacy_lang.py
whatlies/language/_tfhub_lang.py
whatlies/language/_tfidf_lang.py
whatlies/transformers/__init__.py
whatlies/transformers/_addrandom.py
whatlies/transformers/_common.py
whatlies/transformers/_noise.py
whatlies/transformers/_normalizer.py
whatlies/transformers/_pca.py
whatlies/transformers/_transformer.py
whatlies/transformers/_tsne.py
whatlies/transformers/_umap.py