yanqiangmiffy/Text-Classification-Application
:school_satchel: 基于CNN实现的文本分类应用
This helps categorize written feedback and reviews, automatically sorting them into positive or negative sentiments. You input a collection of text like movie reviews or customer comments, and it outputs whether each piece of text expresses a positive or negative opinion. This tool is useful for market researchers, customer service managers, or anyone needing to quickly understand public sentiment from large volumes of text.
No commits in the last 6 months.
Use this if you need to quickly sort large amounts of English or Chinese text, such as product reviews or hotel guest comments, by their sentiment (positive or negative).
Not ideal if you need to classify text into more nuanced categories beyond simple positive/negative sentiment or if your text data is in a language other than English or Chinese.
Stars
26
Forks
10
Language
Python
License
MIT
Last pushed
Nov 17, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yanqiangmiffy/Text-Classification-Application"
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