Ailln/text-classification
🦑 中文文本分类(支持 API 部署)
This project helps quickly categorize Chinese news articles into predefined topics like finance, sports, or technology. You feed it raw Chinese news text, and it outputs the most relevant category for each article. This is ideal for content managers, researchers, or anyone needing to sort large volumes of Chinese news.
No commits in the last 6 months.
Use this if you need to automatically sort or tag Chinese news articles into specific categories.
Not ideal if you need to classify text in languages other than Chinese, or if your text data is not news-related.
Stars
21
Forks
3
Language
Python
License
MIT
Last pushed
Jul 16, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Ailln/text-classification"
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
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch