shibing624/pytextclassifier
pytextclassifier is a toolkit for text classification. 文本分类,LR,Xgboost,TextCNN,FastText,TextRNN,BERT等分类模型实现,开箱即用。
This tool helps categorize text documents or short sentences, in both English and Chinese, into predefined topics or sentiments. You input raw text along with example categories, and it outputs predictions of which category new, unseen text belongs to. This is perfect for content managers, customer support teams, or researchers who need to automatically sort large volumes of text data.
522 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to automatically sort or tag text, such as customer feedback, news articles, or academic papers, into relevant categories.
Not ideal if you're looking for a tool to analyze sentence structure, perform complex language translation, or summarize documents, as it focuses specifically on text categorization.
Stars
522
Forks
77
Language
Python
License
Apache-2.0
Category
Last pushed
Sep 25, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/shibing624/pytextclassifier"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
raghakot/keras-text
Text Classification Library in Keras
celtics1863/envtext
中文环境领域文本分析包,纯神经网络架构,支持EnvBert,LSTM,RNN,word2vec等模型,支持自定义模型,下游任务包括分类,回归,多选,情感分析,命名实体识别等,专题包括气候变化文本...
Sshanu/Relation-Classification-using-Bidirectional-LSTM-Tree
TensorFlow Implementation of the paper "End-to-End Relation Extraction using LSTMs on Sequences...
Langboat/Mengzi
Mengzi Pretrained Models
renjunxiang/Text-Classification
自然语言处理项目,目标是对文本进行分类。