cjymz886/text_rnn_attention
嵌入Word2vec词向量的RNN+ATTENTION中文文本分类
This project helps classify Chinese news articles into one of ten categories like sports, finance, or entertainment. You provide raw Chinese text data, and it outputs the predicted category for each article. This is useful for data analysts, content managers, or researchers who need to automatically organize or filter large volumes of Chinese news.
153 stars. No commits in the last 6 months.
Use this if you need to automatically categorize short to medium-length Chinese news articles with high accuracy.
Not ideal if you primarily work with very long Chinese texts, as other models might be more effective for those.
Stars
153
Forks
39
Language
Python
License
MIT
Last pushed
Aug 11, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cjymz886/text_rnn_attention"
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