yongzhuo/Macadam
Macadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBERT、ROBERTA、NEZHA、XLNET、ELECTRA、GPT-2等EMBEDDING嵌入; 支持FineTune、FastText、TextCNN、CharCNN、BiRNN、RCNN、DCNN、CRNN、DeepMoji、SelfAttention、HAN、Capsule等文本分类算法; 支持CRF、Bi-LSTM-CRF、CNN-LSTM、DGCNN、Bi-LSTM-LAN、Lattice-LSTM-Batch、MRC等序列标注算法。
This tool helps data scientists and NLP practitioners automatically categorize text, extract specific entities from sentences, and identify relationships between them. You provide raw text data, and it outputs structured information like text labels (e.g., 'sports', 'finance'), recognized names or locations, and detected connections between phrases. It's designed for those who need to build advanced text analysis models for various business or research applications.
326 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need a flexible toolkit to build or fine-tune models for tasks like document classification, named entity recognition, or relationship extraction from Chinese text data.
Not ideal if you need a ready-to-use, off-the-shelf solution without requiring any model training or customization.
Stars
326
Forks
38
Language
Python
License
MIT
Category
Last pushed
Mar 24, 2023
Commits (30d)
0
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/yongzhuo/Macadam"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation
JayYip/m3tl
BERT for Multitask Learning
920232796/bert_seq2seq
pytorch实现 Bert 做seq2seq任务,使用unilm方案,现在也可以做自动摘要,文本分类,情感分析,NER,词性标注等任务,支持t5模型,支持GPT2进行文章续写。
sileod/tasknet
Easy modernBERT fine-tuning and multi-task learning
graykode/toeicbert
TOEIC(Test of English for International Communication) solving using pytorch-pretrained-BERT model.