artitw/text2class
Multi-class text categorization using state-of-the-art pre-trained contextualized language models, e.g. BERT
This tool helps you automatically sort unstructured text into predefined categories, such as customer feedback into topics or articles into departments. You provide raw text examples with their correct categories, and the tool learns to classify new, unlabelled text. This is useful for data scientists, machine learning engineers, and researchers who need to categorize large volumes of text efficiently.
No commits in the last 6 months. Available on PyPI.
Use this if you need to build a text classification model quickly with only a few hundred examples per category, without extensive text preprocessing.
Not ideal if you need to perform more complex natural language tasks beyond multi-class text categorization, such as sentiment analysis or named entity recognition.
Stars
23
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 24, 2023
Commits (30d)
0
Dependencies
3
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/artitw/text2class"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yongzhuo/Pytorch-NLU
中文文本分类、序列标注工具包(pytorch),支持中文长文本、短文本的多类、多标签分类任务,支持中文命名实体识别、词性标注、分词、抽取式文本摘要等序列标注任务。 Chinese text...
aniass/Product-Categorization-NLP
Multi-Class Text Classification for products based on their description with Machine Learning...
VinAIResearch/BERTweet
BERTweet: A pre-trained language model for English Tweets (EMNLP-2020)
hppRC/bert-classification-tutorial
【2023年版】BERTによるテキスト分類
zhanlaoban/Transformers_for_Text_Classification
基于Transformers的文本分类