基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目
☆124Jul 24, 2020Updated 6 years ago
Alternatives and similar repositories for NLP_textClassifier
Users that are interested in NLP_textClassifier are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 文本分类, 双向lstm + attention 算法☆90Jun 11, 2020Updated 6 years ago
- Tensorflow2.3的文本分类项目,支持各种分类模型,支持相关tricks。☆177Nov 28, 2024Updated last year
- 一个BERT+BiLSTM的情感分析 BaseLine☆26May 9, 2020Updated 6 years ago
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆401Jul 16, 2023Updated 3 years ago
- 基于word2vec使用wiki中文语料库实现词向量训练模型☆58May 22, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Bert + PCNN and PCNN 中文关系抽取任务☆20Dec 30, 2022Updated 3 years ago
- 基于BERT+BiLSTM+CRF实现中文命名实体识别☆148Apr 17, 2020Updated 6 years ago
- ☆29Jul 5, 2020Updated 6 years ago
- bert 词向量 句向量生成☆12Sep 1, 2019Updated 6 years ago
- 知识图谱从入门到精通☆33Nov 27, 2020Updated 5 years ago
- Classifying text using Bi-LSTM, Transformer, BERT-ATT, BERT-BILSTM and BERT-CNN(文本分类)ChineseGLUE☆13Apr 2, 2023Updated 3 years ago
- 中文情感分析-textcnn☆24Mar 24, 2023Updated 3 years ago
- pytorch实现的LSTM简易文本分类(附代码详解)☆38May 1, 2020Updated 6 years ago
- ☆18Aug 17, 2018Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 政策新闻领域 实体识别+关系抽取 基于4000句txt微调得到☆12Aug 11, 2026Updated last week
- 将word2vec训练生成的词向量和BERT生成的词向量进行可视化对比☆15Jun 29, 2020Updated 6 years ago
- 之江-电商评论观点挖掘的比赛,基于pytorch-transformers版本,暂时只实现了BERT做aspect+opinion+属性分类+情感极性的联合标注,还未加上CRF。☆31Aug 30, 2019Updated 6 years ago
- A text classification and similairty computing project in Python.We have tried wordbag,word2vec,WordMoverDistance,N-gram,LSTM,C-LSTM, LST…☆11May 18, 2019Updated 7 years ago
- 用MLP、TextCNN、RNN、LSTM、GRU、Attention、RCNN、BERT做文本分类、情感分析,对比各模型于温泉旅游评论垂类语料下在情感分类任务上的表现☆102May 19, 2021Updated 5 years ago
- Using BERT+CRF model to do Chinese NER task☆27Sep 30, 2020Updated 5 years ago
- ☆14Mar 7, 2022Updated 4 years ago
- address participles, parsing, error recovery by named entity recognition.☆17May 22, 2020Updated 6 years ago
- 基于bert4keras开放领域的关系抽取☆21Jun 9, 2022Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。☆5,728Sep 23, 2020Updated 5 years ago
- 使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个…☆517Dec 8, 2022Updated 3 years ago
- ☆19Nov 11, 2022Updated 3 years ago
- Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.☆146Jun 14, 2023Updated 3 years ago
- The code of CIKM 2023 short paper : Bridging the KB-Text Gap: Leveraging Structured Knowledge-aware Pre-training for KBQA☆20Jul 19, 2024Updated 2 years ago
- 使用Bert,ERNIE,进行中文文本分类☆4,444Jun 28, 2024Updated 2 years ago
- Exploration of BERT-BiLSTM models with Layer Aggregation (attention-based and capsule-routing-based) and Hidden-State Aggregation (attent…☆24Mar 24, 2020Updated 6 years ago
- bert文本多分类(情感分析)、bert-bilstm-crf序列标注任务(快递地址的序列标注任务)☆34Aug 20, 2021Updated 4 years ago
- albert-fc for RE(Relation Extraction),中文关系抽取☆20Apr 24, 2023Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Implementation of papers for text classification task on SST-1/SST-2☆67Jul 25, 2024Updated 2 years ago
- 使用bert进行中文方面级情感识别。☆25Jun 26, 2023Updated 3 years ago
- 本项目的数据来自“互联网新闻情感分析”赛题。基于Transformer2.0库中的中文Bert模型,对新闻语料进行三分类。☆121Oct 9, 2019Updated 6 years ago
- 京东评论情感分析模型,主要包括1、数据获取及探索性分析;2、文本预处理、文本分词、文本向量化、特征提取、☆84Jun 4, 2019Updated 7 years ago
- 中文环境领域文本分析包,纯神经网络架构,支持EnvBert,LSTM,RNN,word2vec等模型,支持自定义模型,下游任务包括分类,回归,多选,情感分析,命名实体识别等,专题包括气候变化文本分析,环境知识图谱等。针对领域研究进行了接口的优化,一键使用模型。☆37Apr 19, 2023Updated 3 years ago
- BabelNet (and WordNet) sense embedding trained with Word2Vec and FastText☆10Sep 3, 2019Updated 6 years ago
- A new version used Androguard but not Soot to realize MaMadroid。☆19Mar 17, 2021Updated 5 years ago