liyibo/text-classification-demos
Neural models for Text Classification in Tensorflow, such as cnn, dpcnn, fasttext, bert ...
This project helps classify Chinese text into predefined categories, such as 'sports' or 'finance'. You input raw Chinese text documents, and it outputs a classification label for each document. It is useful for anyone who needs to automatically sort or categorize large volumes of Chinese news articles, reports, or other textual content.
193 stars. No commits in the last 6 months.
Use this if you need to automatically categorize Chinese text and want to compare different neural network models for performance.
Not ideal if your classification task requires highly specialized word segmentation beyond character-based methods, or if you are not working with Chinese text.
Stars
193
Forks
43
Language
Python
License
—
Last pushed
Mar 25, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/liyibo/text-classification-demos"
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
TobiasLee/Text-Classification
Implementation of papers for text classification task on DBpedia
prakashpandey9/Text-Classification-Pytorch
Text classification using deep learning models in Pytorch
ShawnyXiao/TextClassification-Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN,...
FreedomIntelligence/TextClassificationBenchmark
A Benchmark of Text Classification in PyTorch