guokr/Caver
Caver: a toolkit for multilabel text classification.
Caver helps you automatically categorize short pieces of text, like social media posts, article snippets, or product reviews. You provide a piece of text, and it returns a set of relevant tags or labels. This is ideal for content managers, researchers, or anyone needing to organize and understand large volumes of text data efficiently.
No commits in the last 6 months. Available on PyPI.
Use this if you need to quickly assign multiple relevant tags or categories to short text entries and want to automate this process.
Not ideal if you're working with very long documents, need single-label classification, or require very deep, nuanced semantic analysis beyond simple tagging.
Stars
39
Forks
3
Language
Python
License
GPL-3.0
Last pushed
Jun 11, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/guokr/Caver"
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