cahya-wirawan/opentc
OpenTC is a text classification engine using several algorithms in machine learning
This tool helps you automatically sort and categorize large volumes of text. You provide examples of text with their correct categories (your 'training data'), and it learns to classify new, unseen text or files, outputting the most likely category for each. It's designed for anyone needing to efficiently organize or detect patterns in text, such as for content moderation, compliance, or information routing.
No commits in the last 6 months. Available on PyPI.
Use this if you need to automatically assign categories to incoming text data, like emails, support tickets, documents, or social media posts, based on examples you've already categorized.
Not ideal if you need to analyze complex relationships between texts, extract specific entities, or if your text classification needs change frequently.
Stars
27
Forks
6
Language
Python
License
MIT
Last pushed
May 04, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/cahya-wirawan/opentc"
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
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch