.gitignore
.readthedocs.yml
.travis.yml
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
setup_requirements.txt
apidocs/Makefile
apidocs/source/codes.rst
apidocs/source/conf.py
apidocs/source/index.rst
apidocs/source/install.rst
bin/ShortTextCategorizerConsole
bin/ShortTextWordEmbedSimilarity
bin/WordEmbedAPI
docs/Makefile
docs/codes.rst
docs/conf.py
docs/faq.rst
docs/index.rst
docs/install.rst
docs/intro.rst
docs/links.rst
docs/news.rst
docs/refs.rst
docs/scripts.rst
docs/tutorial.rst
docs/tutorial_charbaseonehot.rst
docs/tutorial_charbaseseq2seq.rst
docs/tutorial_dataprep.rst
docs/tutorial_dtm.rst
docs/tutorial_maxent.rst
docs/tutorial_metrics.rst
docs/tutorial_nnlib.rst
docs/tutorial_spell.rst
docs/tutorial_stacking.rst
docs/tutorial_sumvec.rst
docs/tutorial_textpreprocessing.rst
docs/tutorial_topic.rst
docs/tutorial_wordembed.rst
docs/tutorial_wordembedAPI.rst
docs/images/nnlib_clstm.png
docs/images/nnlib_cnn.png
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/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/wordembed.py
test/__init__.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