JoeyBoyi/chinese-text-multi-classification-clstm
A Multi-classification of chinese text with cnn-rnn model.
This project helps anyone who needs to automatically sort or categorize Chinese or English text documents into predefined categories. You provide a CSV file containing your text content and their correct labels, and it trains a model to classify new, unlabeled text. This is ideal for analysts, content managers, or researchers dealing with large volumes of text.
No commits in the last 6 months.
Use this if you have a dataset of labeled Chinese or English text documents and want to automatically classify similar new documents.
Not ideal if you need to classify text in languages other than Chinese or English, or if you don't have a pre-labeled dataset to train the model.
Stars
11
Forks
6
Language
Python
License
—
Last pushed
Jun 01, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/JoeyBoyi/chinese-text-multi-classification-clstm"
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