Deali-Axy/bert-chinese-classifier
基于BERT模型的深度学习中文文本分类实现,包含大约20000条新闻的训练和测试集,包装有简单HTTP接口可供调用。
This tool helps analyze Chinese text, like news articles, by automatically sorting it into predefined categories. You provide the text, and it tells you what kind of content it is. This is useful for anyone managing large volumes of Chinese textual content, such as a content analyst, market researcher, or media monitoring specialist.
No commits in the last 6 months.
Use this if you need to automatically categorize incoming Chinese text data, such as news feeds or customer feedback, to quickly understand its topic.
Not ideal if your primary need is real-time, high-volume classification, or if you need to classify text in languages other than Chinese.
Stars
24
Forks
7
Language
Jupyter Notebook
License
—
Category
Last pushed
Jun 25, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Deali-Axy/bert-chinese-classifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fidelity/textwiser
[AAAI 2021] TextWiser: Text Featurization Library
RandolphVI/Multi-Label-Text-Classification
About Muti-Label Text Classification Based on Neural Network.
ThilinaRajapakse/pytorch-transformers-classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for...
ntumlgroup/LibMultiLabel
A library for multi-class and multi-label classification
xuyige/BERT4doc-Classification
Code and source for paper ``How to Fine-Tune BERT for Text Classification?``