LICENSE
NOTICES
README.md
setup.py
tests/test_base.py
tests/test_bow.py
tests/test_compound.py
tests/test_doc2vec.py
tests/test_lda.py
tests/test_nmf.py
tests/test_pool.py
tests/test_random.py
tests/test_svd.py
tests/test_textwiser.py
tests/test_tfidf.py
tests/test_transformer_base.py
tests/test_umap.py
tests/test_use.py
tests/test_utils.py
tests/test_word.py
textwiser/__init__.py
textwiser/_version.py
textwiser/base.py
textwiser/factory.py
textwiser/options.py
textwiser/textwiser.py
textwiser/utils.py
textwiser.egg-info/PKG-INFO
textwiser.egg-info/SOURCES.txt
textwiser.egg-info/dependency_links.txt
textwiser.egg-info/requires.txt
textwiser.egg-info/top_level.txt
textwiser/embeddings/__init__.py
textwiser/embeddings/bow.py
textwiser/embeddings/compound.py
textwiser/embeddings/doc2vec.py
textwiser/embeddings/random.py
textwiser/embeddings/tfidf.py
textwiser/embeddings/use.py
textwiser/embeddings/word.py
textwiser/transformations/__init__.py
textwiser/transformations/base.py
textwiser/transformations/lda.py
textwiser/transformations/nmf.py
textwiser/transformations/pool.py
textwiser/transformations/svd.py
textwiser/transformations/umap_.py