cjymz886/text-cnn
嵌入Word2vec词向量的CNN中文文本分类
This project helps quickly sort Chinese text documents into predefined categories like sports, finance, or entertainment. You provide raw Chinese text documents, and it tells you which category each document belongs to. This is useful for anyone who needs to automatically organize or filter large volumes of Chinese news articles, blog posts, or other textual content.
451 stars. No commits in the last 6 months.
Use this if you need to automatically categorize Chinese text with high accuracy into 10 common news-related categories.
Not ideal if your text data is not in Chinese, or if your required categories are highly specific and not covered by the predefined list.
Stars
451
Forks
115
Language
Python
License
MIT
Last pushed
Mar 09, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cjymz886/text-cnn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
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