dheeraj7596/SCDV
Text classification with Sparse Composite Document Vectors.
This project helps you automatically categorize text documents or find relevant information within large text collections. It takes raw text inputs and processes them into numerical representations, which it then uses to classify the text into predefined categories or to rank documents by relevance to a search query. Anyone working with substantial amounts of text data, like a data analyst, researcher, or information specialist, would find this useful.
No commits in the last 6 months.
Use this if you need an efficient way to turn unstructured text into structured data for classification or to improve the accuracy of information retrieval systems.
Not ideal if you're looking for a user-friendly, out-of-the-box solution with a graphical interface, as it requires comfort with command-line operations and Python scripting.
Stars
61
Forks
19
Language
Python
License
MIT
Last pushed
Jun 29, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dheeraj7596/SCDV"
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