text-cnn and text_rnn_attention

These are competing implementations of the same task—both use Word2vec embeddings for Chinese text classification but employ different neural architectures (CNN vs. RNN+Attention), so practitioners would typically choose one based on their preference for convolutional or sequential modeling with attention mechanisms.

text-cnn
50
Established
text_rnn_attention
47
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 24/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 21/25
Stars: 451
Forks: 115
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stars: 153
Forks: 39
Downloads:
Commits (30d): 0
Language: Python
License: MIT
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About text-cnn

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.

Chinese-text-classification news-categorization content-organization information-filtering natural-language-processing

About text_rnn_attention

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.

Chinese-news-classification content-categorization text-analysis information-organization media-monitoring

Scores updated daily from GitHub, PyPI, and npm data. How scores work