hscspring/Multi-Label-Text-Classification-for-Chinese
pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.
This tool helps legal professionals and researchers automatically categorize Chinese legal documents. You input raw Chinese legal case descriptions, and it outputs one or more relevant legal accusations. This is especially useful for anyone dealing with large volumes of Chinese legal texts who needs to identify specific legal categories.
No commits in the last 6 months.
Use this if you need to automatically assign multiple legal categories to Chinese court case descriptions, especially when dealing with data from sources like the Chinese AI & Law Challenge.
Not ideal if your text classification needs are for languages other than Chinese or if you're not working with legal or highly structured domain-specific texts.
Stars
79
Forks
24
Language
Python
License
MIT
Last pushed
Dec 01, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/hscspring/Multi-Label-Text-Classification-for-Chinese"
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