roomylee/rcnn-text-classification
Tensorflow Implementation of "Recurrent Convolutional Neural Network for Text Classification" (AAAI 2015)
This project helps classify short pieces of text, like movie reviews, into categories such as positive or negative. You provide a collection of text snippets labeled with their sentiment, and it trains a system that can then automatically label new, unlabeled text. This is useful for anyone needing to quickly categorize opinions or sentiments expressed in brief written content.
152 stars. No commits in the last 6 months.
Use this if you need to build a system that can automatically determine the sentiment (e.g., positive, negative) of short, single-sentence texts.
Not ideal if your text data is very long, complex, or requires classification into many nuanced categories beyond simple positive/negative sentiment.
Stars
152
Forks
47
Language
Python
License
—
Last pushed
Sep 19, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/roomylee/rcnn-text-classification"
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
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