Hironsan/awesome-text-classification
Text classification meets word embeddings.
This is a curated collection of resources for text classification, a process that organizes text into categories. It brings together academic papers, practical implementations, and datasets. Anyone interested in applying or understanding how to automatically categorize written content, such as identifying sentiment in customer reviews or sorting news articles by topic, would find this useful.
No commits in the last 6 months.
Use this if you are a researcher, student, or data scientist looking for a comprehensive overview of text classification models and related resources.
Not ideal if you need an out-of-the-box tool or library for direct implementation without exploring academic papers or different approaches.
Stars
31
Forks
10
Language
Python
License
MIT
Last pushed
May 08, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Hironsan/awesome-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
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