vgupta123/SCDV-MS
Improving Document Classification with Multi-Sense Embeddings Source Code (ECAI 2020)
This project helps classify text documents more accurately for tasks like organizing news articles or filtering information. It takes raw text documents and outputs a categorized document, improving on existing methods by understanding words with multiple meanings. Information retrieval specialists, data scientists, or anyone working with large volumes of text data would find this useful.
No commits in the last 6 months.
Use this if you need to classify documents into specific categories and want to improve the accuracy of your text classification systems, especially when dealing with ambiguous language.
Not ideal if you are looking for a simple, out-of-the-box solution without any technical setup, as this involves running scripts and understanding specific parameters.
Stars
15
Forks
3
Language
Python
License
—
Last pushed
Apr 01, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/vgupta123/SCDV-MS"
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