taishan1994/tensorflow-text-classification
基于tensorflow的中文文本分类(复旦中文语料)
This project helps quickly classify Chinese text documents into 20 predefined categories based on the Fudan corpus. You input raw Chinese text, and it outputs the predicted category, such as 'Computer' or 'Environment'. This is ideal for researchers, librarians, or content managers who need to automatically organize or filter large volumes of Chinese documents.
No commits in the last 6 months.
Use this if you need to automatically categorize Chinese text documents with high accuracy into a set of known categories.
Not ideal if your documents are in a language other than Chinese, or if you need to classify documents into categories not represented in the Fudan corpus.
Stars
21
Forks
6
Language
Python
License
—
Last pushed
Nov 03, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/taishan1994/tensorflow-text-classification"
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