yongzhuo/Pytorch-NLU
中文文本分类、序列标注工具包(pytorch),支持中文长文本、短文本的多类、多标签分类任务,支持中文命名实体识别、词性标注、分词、抽取式文本摘要等序列标注任务。 Chinese text classification and sequence labeling toolkit, supports multi class and multi label classification, text similsrity, text summary and NER.
This tool helps data scientists and NLP practitioners categorize Chinese text or extract key information from it. You input Chinese text data, and it outputs classifications (like news categories or sentiment) or extracts specific entities (such as names, organizations, or dates). It's designed for anyone who needs to automate the understanding and organization of large volumes of Chinese textual content.
353 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to build models for classifying Chinese text into categories or for extracting specific entities like names or locations from Chinese documents.
Not ideal if your primary need is for English language processing or if you require an off-the-shelf solution without any model training.
Stars
353
Forks
52
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 18, 2024
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yongzhuo/Pytorch-NLU"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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的文本分类
artitw/text2class
Multi-class text categorization using state-of-the-art pre-trained contextualized language...