MingtaoGuo/Char-CNN-for-Text-Classification
Character-level Convolutional Networks for Text Classification
This tool helps categorize articles, posts, or any short text snippets into predefined categories like 'sports' or 'business'. You provide a collection of text documents, each with a category label, and the system learns to sort new, unlabeled texts. This is ideal for content managers, researchers, or anyone needing to automatically organize large volumes of textual information.
No commits in the last 6 months.
Use this if you need to automatically sort news articles, social media posts, or other short pieces of text into specific, pre-defined categories.
Not ideal if you need to understand the nuances of language or generate human-like responses, as this tool focuses solely on text categorization.
Stars
8
Forks
1
Language
Python
License
MIT
Category
Last pushed
Dec 28, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/MingtaoGuo/Char-CNN-for-Text-Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
carpedm20/lstm-char-cnn-tensorflow
in progress
ilivans/tf-rnn-attention
Tensorflow implementation of attention mechanism for text classification tasks.
ahmedbesbes/character-based-cnn
Implementation of character based convolutional neural network
AlexGidiotis/Document-Classifier-LSTM
A bidirectional LSTM with attention for multiclass/multilabel text classification.
NonvolatileMemory/AAAI_2019_EXAM
Official implementation of "Explicit Interaction Model towards Text Classification"