DSXiangLi/SimpleClassification
Simple Text Classification[WIP]
This tool helps you automatically sort and categorize text snippets into two or more predefined groups. You input individual pieces of text, and the system outputs a classification (e.g., positive/negative, spam/not spam, topic A/topic B/topic C). This is ideal for data analysts, researchers, or product managers who need to efficiently process and understand large volumes of textual data.
No commits in the last 6 months.
Use this if you need to classify text data, even with limited labeled examples or when adapting models to new, related text domains.
Not ideal if your classification tasks involve ordering or ranking categories, or if you need robust text augmentation for very small datasets.
Stars
11
Forks
1
Language
Python
License
—
Category
Last pushed
Dec 30, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/DSXiangLi/SimpleClassification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fidelity/textwiser
[AAAI 2021] TextWiser: Text Featurization Library
RandolphVI/Multi-Label-Text-Classification
About Muti-Label Text Classification Based on Neural Network.
ThilinaRajapakse/pytorch-transformers-classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for...
ntumlgroup/LibMultiLabel
A library for multi-class and multi-label classification
xuyige/BERT4doc-Classification
Code and source for paper ``How to Fine-Tune BERT for Text Classification?``