集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型
☆73Mar 27, 2019Updated 6 years ago
Alternatives and similar repositories for LauSentiNet
Users that are interested in LauSentiNet are comparing it to the libraries listed below
Sorting:
- 两层attention 的lstm评论情感分析☆23Dec 14, 2017Updated 8 years ago
- Tookit-Sihui, a tool of some common algorithm, AI文本混合科学计算器(calculator-sihui), 句子词频-逆文本频率(TF-IDF),搜索BM25, 前缀树搜索关键词(trietree), 模板匹配-递归函数(fu…☆24Apr 9, 2021Updated 4 years ago
- This model base on bert-as-service. Model structure : bert-embedding bilstm crf.☆38Dec 18, 2018Updated 7 years ago
- 情感分析三分类☆30Aug 2, 2024Updated last year
- 利用CNN模型进行文本分类,包含双通道和单通道,是否使用词向量等多种方式☆12Jul 5, 2020Updated 5 years ago
- 基于bert的中文自然语言处理工具,包括情感分析、中文分词、词性标注、以及命名实体识别功能,并提供文本分类任务、序列标注任务、句对关系判断任务的训练与预测接口☆134Mar 13, 2019Updated 6 years ago
- 三个分词器,一个使用bilstm+viterbi,一个使用n-gram,一个使用cnn+bilstm+crf☆17Jan 24, 2018Updated 8 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆78Mar 9, 2020Updated 5 years ago
- 个人基于谷歌开源的BERT编写的文本分类器(基于微调方式),可自由加载NLP领域知名的预训练语言模型BERT、Bert-wwm、Roberta、ALBert以及ERNIE1.0☆167Aug 15, 2020Updated 5 years ago
- 基于Bi-GRU + CRF 的中文机构名、人名识别, 支持google bert模型☆169Mar 6, 2019Updated 7 years ago
- Malay Fake News Classification using CNN, BiLSTM, C-LSTM, RCNN, FT-BERT and BERTCNN.☆22Jan 12, 2021Updated 5 years ago
- Ai_challenge2018_nlp细粒度情感分析——代码复现☆23Jun 13, 2019Updated 6 years ago
- 基于BERT的中文命名实体识别(pytorch)☆18Apr 17, 2019Updated 6 years ago
- Lstm-crf,Lattice-CRF,bert-ner及近年ner相关论文follow☆568Dec 7, 2018Updated 7 years ago
- 利用CNN,LSTM,CNN_LSTM,TextCNN,Bi-LSTM和传统的机器学习算法进行情感分析,参考:https://github.com/Edward1Chou/SentimentAnalysis☆92Dec 16, 2018Updated 7 years ago
- 本实验,是用BERT进行中文情感分类,记录了详细操作及完整程序☆374Feb 18, 2019Updated 7 years ago
- 使用bert训练MRPC数据集,写成API接口模式以及简易的html界面☆21Jun 30, 2019Updated 6 years ago
- 记录自己用的BILSTM-CRF、ELMo、BERT等来做NER任务的代码。☆27Feb 6, 2020Updated 6 years ago
- (2019 法研杯 阅读理解) A pytorch implement of bert joint baseline for machine comprehension task in 2019 cail☆59Oct 25, 2022Updated 3 years ago
- TensorFlow code and pre-trained models for BERT☆58Apr 26, 2021Updated 4 years ago
- 微信广告正负样本短文本分类 word2vec+CNN实现☆26Mar 20, 2018Updated 7 years ago
- This repository contains two independent news datasets used in the 2017 study: "This Just In: Fake News Packs a Lot in Title, Uses Simple…☆30Apr 7, 2017Updated 8 years ago
- 中文ULMFiT 情感分析 文本分类☆266Jan 7, 2019Updated 7 years ago
- solve text generation tasks by the language model GPT2, including papers, code, demo demos, and hands-on tutorials. 使用语言模型GPT2来解决文本生成任务的…☆26Aug 27, 2019Updated 6 years ago
- 汽车主题情感分析大赛冠军☆27Dec 10, 2018Updated 7 years ago
- A list of NLP competitions, including solutions.☆35Feb 28, 2020Updated 6 years ago
- 首届“马栏山”杯国际音视频算法大赛推荐赛道demo☆30Jun 9, 2022Updated 3 years ago
- CLUE baseline pytorch CLUE的pytorch版本基线☆75Apr 3, 2020Updated 5 years ago
- 搜狐算法大赛(实体+情感)简单baseline(比较容易理解)(使用lgb模型做二分类)☆33Jun 9, 2019Updated 6 years ago
- 智探云平台源码,基于Transformer的微博谣言检测,包含前后端开发实现☆10Dec 13, 2024Updated last year
- rule matcher (context free grammar)☆10Dec 27, 2019Updated 6 years ago
- 微调预训练语言模型(BERT、Roberta、XLBert等),用于计算两个文本之间的相似度(通过句子对分类任务转换),适用于中文文本☆90Jul 30, 2020Updated 5 years ago
- 利用bert预训练的中文模型进行文本分类 数据集中文情感分析语料chnsenticorp☆363Aug 26, 2019Updated 6 years ago
- 机器翻译子任务-翻译质量评价-在BERT模型后面加上Bi-LSTM进行fine-tuning☆37Nov 18, 2022Updated 3 years ago
- 2020智源-京东多模态对话(JDDC2020)第三名解决方案分享☆41Nov 9, 2020Updated 5 years ago
- 基于DeepConvLSTM的传感器信号分类☆11May 15, 2018Updated 7 years ago
- 请假与审批系统(springboot+mybatis+html+bootstrap+jquery)☆11Jun 20, 2019Updated 6 years ago
- A Tensorflow LSTM spam detector utilizing GloVe word embeddings.☆12Nov 9, 2019Updated 6 years ago
- a demo for how to execute bert_base_chinese based model in java☆10Mar 8, 2019Updated 6 years ago