practicingman/chinese_ulmfit
中文ULMFiT 情感分析 文本分类
This tool helps you analyze Chinese text to understand its sentiment or categorize it into different topics. You input a collection of Chinese text, like customer reviews or social media posts, and it outputs classifications indicating the sentiment (positive, negative) or specific categories the text belongs to. This is ideal for market researchers, customer service managers, or anyone needing to quickly understand large volumes of Chinese text.
266 stars. No commits in the last 6 months.
Use this if you need to automatically sort and understand the emotional tone or subject matter of large amounts of Chinese text data, such as product feedback or news articles.
Not ideal if your primary need is for languages other than Chinese, or if you only have a very small amount of text that can be manually reviewed.
Stars
266
Forks
41
Language
Python
License
—
Last pushed
Jan 07, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/practicingman/chinese_ulmfit"
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