mpuig/textclassification
A brief overview of how to use fastText to train powerful text classifiers in a python notebook.
This project helps you automatically sort text documents like emails, social media posts, or customer feedback into predefined categories or tags. You provide a collection of text examples, each already labeled with its correct category, and it learns to classify new, unlabeled texts. This is ideal for anyone who needs to categorize large volumes of text data efficiently, such as content managers, customer support teams, or researchers.
No commits in the last 6 months.
Use this if you have a dataset of text documents that are already manually categorized and you want to build a system to automatically assign categories to new, similar documents.
Not ideal if you don't have existing labeled text data to train on, or if you need to extract specific entities or sentiments rather than just broad categories.
Stars
15
Forks
6
Language
Jupyter Notebook
License
—
Last pushed
Jun 18, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/mpuig/textclassification"
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