gaussic/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
This project helps quickly sort and categorize large volumes of Chinese text. You input raw Chinese text, and it outputs labels like 'sports,' 'finance,' or 'education,' automatically classifying the content. This is designed for data analysts or content managers who need to organize or understand the topics within extensive Chinese text datasets.
4,294 stars. No commits in the last 6 months.
Use this if you need an efficient way to automatically assign categories or topics to Chinese text documents.
Not ideal if your primary need is for analyzing non-Chinese languages or if you require fine-grained sentiment analysis rather than broad topic categorization.
Stars
4,294
Forks
1,466
Language
Python
License
MIT
Last pushed
Mar 31, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/gaussic/text-classification-cnn-rnn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
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
chenyuntc/PyTorchText
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various...