MachineWei / TextClassifyLinks
pytorch实现TextCNN、TextRNN、TextRCNN、Attention+RNN、DPCNN进行文本分类
☆14Updated 4 years ago
Alternatives and similar repositories for TextClassify
Users that are interested in TextClassify are comparing it to the libraries listed below
Sorting:
- textcnn多标签文本分类☆37Updated 6 years ago
- A very simple BiLSTM-CRF model for Chinese Named Entity Recognition 中文命名实体识别 (TensorFlow)☆17Updated 6 years ago
- Tensorflow 1.x solution for chinese NER task, using ALBERT-LSTM-CRF model☆18Updated 5 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 多标签文本分类☆54Updated 6 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆75Updated 5 years ago
- 中文ner模型使用tensorflow2.1构建☆17Updated 3 years ago
- 本项目是NLP领域一些任务的基准模型实现,包括文本分类、命名实体识别、实体关系抽取、NL2SQL、CKBQA以及BERT的各种下游任务应用。☆47Updated 4 years ago
- 基于tensorflow的bilstm+crf的命名实体识别☆13Updated 4 years ago
- Bert中文文本分类☆40Updated 6 years ago
- 在 Google BERT Fine-tuning基础上,利用cnn/rnn进行中文文本的分类☆19Updated 5 years ago
- multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification☆28Updated 3 years ago
- 之江-电商评论观点挖掘的比赛,基于pytorch-transformers版本,暂时只实现了BERT做aspect+opinion+属性分类+情感极性的联合标注,还未加上CRF。☆32Updated 5 years ago
- ☆35Updated 3 years ago
- 多标签文本分类☆31Updated 3 years ago
- 迭代膨胀卷积命名实体抽取☆45Updated 5 years ago
- 文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。☆61Updated 5 years ago
- 基于深度学习bi_lstm_crf的(分词/词性标注/实体识别)实现.☆6Updated 4 years ago
- 文本分类的目前测试效果较好的算法☆56Updated 5 years ago
- bert pytorch模型微调用于的多标签文本分类☆133Updated 5 years ago
- NLP实验:新词挖掘+预训练模型继续Pre-training☆47Updated last year
- 在bert模型的pre_training基础上进行text_cnn文本分类