scotthlee/document-classification
Simple command-line scripts for document classification
This helps you automatically categorize text documents, such as assigning sentiments (positive, negative) to customer reviews or support tickets. You provide a spreadsheet (CSV) where each row is a document, with one column for the text and another for its known category. It then outputs predictions for new documents, telling you which category each one belongs to. This tool is for researchers, marketers, or anyone who needs to quickly sort large volumes of text.
No commits in the last 6 months.
Use this if you have a collection of documents with known categories and want to train a model to automatically classify similar new documents, especially for sentiment analysis.
Not ideal if you need a very fast solution for extremely large datasets or if you don't have labeled examples to train the model.
Stars
21
Forks
6
Language
Python
License
Apache-2.0
Category
Last pushed
Jun 26, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/scotthlee/document-classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
giacbrd/ShallowLearn
An experiment about re-implementing supervised learning models based on shallow neural network...
javedsha/text-classification
Machine Learning and NLP: Text Classification using python, scikit-learn and NLTK
Wluper/edm
Python package for understanding the difficulty of text classification datasets. (in CoNNL 2018)
chicago-justice-project/article-tagging
Natural Language Processing of Chicago news articles
fendouai/Awesome-Text-Classification
Awesome-Text-Classification Projects,Papers,Tutorial .