SeanLee97/clfzoo
A deep text classifiers library.
This toolkit helps you automatically categorize text, like customer feedback or articles, into predefined labels. You provide text examples with their correct categories, and it trains a model to take new, uncategorized text and output a predicted label and a confidence score. This is useful for data scientists or NLP engineers who need to quickly build and evaluate text classification systems.
No commits in the last 6 months.
Use this if you need to build and compare different deep learning models for text classification tasks on your own datasets.
Not ideal if you need a no-code solution or a pre-trained model that doesn't require setting up a Python environment and writing code.
Stars
36
Forks
7
Language
Python
License
MIT
Last pushed
Nov 14, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/SeanLee97/clfzoo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch