MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
setup_requirements.txt
test_requirements.txt
bin/ShortTextCategorizerConsole
bin/ShortTextWordEmbedSimilarity
bin/WordEmbedAPI
shorttext/__init__.py
shorttext/smartload.py
shorttext.egg-info/PKG-INFO
shorttext.egg-info/SOURCES.txt
shorttext.egg-info/dependency_links.txt
shorttext.egg-info/not-zip-safe
shorttext.egg-info/requires.txt
shorttext.egg-info/top_level.txt
shorttext/classifiers/__init__.py
shorttext/classifiers/bow/__init__.py
shorttext/classifiers/bow/maxent/MaxEntClassification.py
shorttext/classifiers/bow/maxent/__init__.py
shorttext/classifiers/bow/topic/SkLearnClassification.py
shorttext/classifiers/bow/topic/TopicVectorDistanceClassification.py
shorttext/classifiers/bow/topic/__init__.py
shorttext/classifiers/embed/__init__.py
shorttext/classifiers/embed/nnlib/VarNNEmbedVecClassification.py
shorttext/classifiers/embed/nnlib/__init__.py
shorttext/classifiers/embed/nnlib/frameworks.py
shorttext/classifiers/embed/sumvec/SumEmbedVecClassification.py
shorttext/classifiers/embed/sumvec/VarNNSumEmbedVecClassification.py
shorttext/classifiers/embed/sumvec/__init__.py
shorttext/classifiers/embed/sumvec/frameworks.py
shorttext/data/__init__.py
shorttext/data/data_retrieval.py
shorttext/data/shorttext_exampledata.csv
shorttext/generators/__init__.py
shorttext/generators/bow/AutoEncodingTopicModeling.py
shorttext/generators/bow/GensimTopicModeling.py
shorttext/generators/bow/LatentTopicModeling.py
shorttext/generators/bow/__init__.py
shorttext/generators/charbase/__init__.py
shorttext/generators/charbase/char2vec.py
shorttext/generators/seq2seq/__init__.py
shorttext/generators/seq2seq/charbaseS2S.py
shorttext/generators/seq2seq/s2skeras.py
shorttext/metrics/__init__.py
shorttext/metrics/dynprog/__init__.py
shorttext/metrics/dynprog/dldist.c
shorttext/metrics/dynprog/dldist.pyx
shorttext/metrics/dynprog/jaccard.py
shorttext/metrics/dynprog/lcp.c
shorttext/metrics/dynprog/lcp.pyx
shorttext/metrics/embedfuzzy/__init__.py
shorttext/metrics/embedfuzzy/jaccard.py
shorttext/metrics/transformers/__init__.py
shorttext/metrics/transformers/bertscore.py
shorttext/metrics/wasserstein/__init__.py
shorttext/metrics/wasserstein/wordmoverdist.py
shorttext/spell/__init__.py
shorttext/spell/basespellcorrector.py
shorttext/spell/binarize.py
shorttext/spell/editor.py
shorttext/spell/edits1_comb.c
shorttext/spell/edits1_comb.pyx
shorttext/spell/norvig.py
shorttext/spell/sakaguchi.py
shorttext/stack/__init__.py
shorttext/stack/stacking.py
shorttext/utils/__init__.py
shorttext/utils/classification_exceptions.py
shorttext/utils/compactmodel_io.py
shorttext/utils/deprecation.py
shorttext/utils/dtm.py
shorttext/utils/gensim_corpora.py
shorttext/utils/kerasmodel_io.py
shorttext/utils/misc.py
shorttext/utils/stopwords.txt
shorttext/utils/textpreprocessing.py
shorttext/utils/transformers.py
shorttext/utils/wordembed.py
test/test_bertrepresentations.py
test/test_charonehot.py
test/test_dtm.py
test/test_fuzzylogic.py
test/test_norvigspell.py
test/test_sakaguchispell.py
test/test_stacking.py
test/test_textpreprocessing.py
test/test_var_nn_embedded_vec_classifier.py
test/test_wmd.py