shawroad/Text-Classification-Pytorch
Summary and comparison of Chinese classification models
This project helps classify Chinese text documents into predefined categories, such as news topics (e.g., travel, finance) or app descriptions (e.g., navigation, shopping). You provide raw Chinese text, and it outputs the most relevant category. This is useful for anyone working with large volumes of Chinese text data who needs to automatically sort or categorize it.
No commits in the last 6 months.
Use this if you need to automatically classify Chinese short texts like news headlines or long texts like app descriptions into specific categories, and you're looking for a comparison of different model performances.
Not ideal if your text data is not in Chinese or if you need to perform other natural language processing tasks beyond classification.
Stars
37
Forks
5
Language
Python
License
Apache-2.0
Last pushed
Nov 07, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shawroad/Text-Classification-Pytorch"
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