LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
textgo/__init__.py
textgo/embeddings.py
textgo/metrics.py
textgo/preprocess.py
textgo/textsim.py
textgo/utils.py
textgo.egg-info/PKG-INFO
textgo.egg-info/SOURCES.txt
textgo.egg-info/dependency_links.txt
textgo.egg-info/entry_points.txt
textgo.egg-info/requires.txt
textgo.egg-info/top_level.txt
textgo/classifier/Bert.py
textgo/classifier/FastText.py
textgo/classifier/TextCNN.py
textgo/classifier/TextRCNN.py
textgo/classifier/TextRNN.py
textgo/classifier/TextRNN_Att.py
textgo/classifier/XLNet.py
textgo/classifier/__init__.py
textgo/classifier/classifier.py
textgo/classifier/download_models.py
textgo/classifier/nn_classifier.py
textgo/classifier/train_eval.py
textgo/classifier/utils.py
textgo/classifier/xgboost.py
textgo/data/stopwords_en.txt
textgo/data/stopwords_zh.txt