LICENSE
NOTICES
README.md
setup.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