tim5go/cnn-question-classification-keras
Chinese Question Classifier (Keras Implementation) on BQuLD
This tool helps researchers and developers working with Chinese natural language processing automatically categorize questions. You input a Chinese question, and the system outputs a label indicating the question's type, such as 'PERSON', 'LOCATION', or 'NUMBER'. This is primarily for those developing intelligent agent systems or improving question answering systems.
No commits in the last 6 months.
Use this if you need to automatically classify Chinese questions into predefined categories to enhance an NLP application or research project.
Not ideal if you need to classify questions in a language other than Chinese, or if your question types differ significantly from the nine categories provided.
Stars
29
Forks
12
Language
Python
License
—
Last pushed
Feb 02, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tim5go/cnn-question-classification-keras"
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