kk7nc/Text_Classification
Text Classification Algorithms: A Survey
Comprehensive resource covering end-to-end text classification pipelines with detailed implementations of preprocessing techniques (tokenization, stop word removal, stemming, lemmatization) and feature extraction methods including word embeddings and weighted word representations. The project provides practical Python code examples using NLTK and scikit-learn, demonstrating noise removal, spelling correction, and normalization strategies essential for preparing raw text data. Serves as both an educational survey and practical toolkit for implementing classical and modern text classification approaches.
1,832 stars. No commits in the last 6 months.
Stars
1,832
Forks
543
Language
Python
License
MIT
Category
Last pushed
Apr 01, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/kk7nc/Text_Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
davidberenstein1957/classy-classification
This repository contains an easy and intuitive approach to few-shot classification using...
AnubhavGupta3377/Text-Classification-Models-Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
castorini/hedwig
PyTorch deep learning models for document classification
InseeFrLab/torchTextClassifiers
A unified framework for text classification in PyTorch.
inspirehep/magpie
Deep neural network framework for multi-label text classification