基于深度学习的中文评论情感分类和智能客服研究与实现。主要是酒店和书店的评论情感分析(二分类+九分类),可以判定积极和消极,对于消极评论,还可以判断其具体类别,比如物流不好或者服务差等等。
☆50Apr 18, 2020Updated 6 years ago
Alternatives and similar repositories for TextCommentSentimentAnalysis
Users that are interested in TextCommentSentimentAnalysis are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于规则、基于朴素贝叶斯、基于逻辑回归进行文本情感极性分析判断(酒店评论语料)☆34May 7, 2023Updated 3 years ago
- 酒店评论情感分析(机器学习、情感词典)☆60Jul 3, 2019Updated 7 years ago
- 基于LSTM网络与自注意力机制对中文评论进行细粒度情感分析☆56Jul 30, 2021Updated 5 years ago
- operating system: win10; environment: anaconda + keras2(theano) + other up-to-date modules; some chinese annotations are alse added in th…☆13May 23, 2018Updated 8 years ago
- 构建一个医疗领域知识图谱和一个基于Flask的简易网页聊天机器人,通过ner获取用户问题的实体并在知识图谱内提取答案。☆11Apr 25, 2023Updated 3 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 用MLP、TextCNN、RNN、LSTM、GRU、Attention、RCNN、BERT做文本分类、情感分析,对比各模型于温泉旅游评论垂类语料下在情感分类任务上的表现☆102May 19, 2021Updated 5 years ago
- 天猫商城洗发水商品top10的评论情感分析☆11Aug 13, 2016Updated 10 years ago
- 【AI精研社】精讲 李航老师 所著《统计学习方法(第2版)》☆13Dec 6, 2019Updated 6 years ago
- 中文情感分析,CNN,BI-LSTM,文本分类☆1,082Oct 22, 2022Updated 3 years ago
- 以nlp中情感分析为例,从没有打过标签的语料开始一步步教你怎么去打标签,然后分别以传统的机器学习模型SVM和深度学习模型LSTM去建模。☆36Jul 3, 2019Updated 7 years ago
- 商品评论关键词提取和评论情感分析☆13Jul 14, 2016Updated 10 years ago
- 使用django对情感分析功能进行封装,里面包含使用情感词典和Bert模型进行情感分类,最后可以使用tensorFlow serving将模型部署在docker中运行。☆13Sep 23, 2019Updated 6 years ago
- 基于Word2Vec+SVM对电商的评论数据进行情感分析☆140Aug 9, 2018Updated 8 years ago
- 利用Python实现酒店评论的中文情感分析☆816Nov 29, 2017Updated 8 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.
- Gathers data science and machine learning problem solving using PySpark and Hadoop.☆11Jan 22, 2019Updated 7 years ago
- 2013,05-2015,02 产品评论情感分析☆15Jun 29, 2015Updated 11 years ago
- 仿滴滴打车,DIY界面,装B神器☆18Oct 26, 2019Updated 6 years ago
- ☆12May 5, 2023Updated 3 years ago
- 本项目使用Keras实现Transformer模型来进行文本分类(中文、英文均支持)。☆12Mar 31, 2022Updated 4 years ago
- ☆21Jan 9, 2023Updated 3 years ago
- LAGOS-AND: A Large Gold Standard Dataset for Scholarly Author Name Disambiguation☆11Dec 8, 2022Updated 3 years ago
- react版本的钉钉审批流程☆28Mar 29, 2022Updated 4 years ago
- AAAI'22-"CODE: Contrastive Pre-training with Adversarial Fine-tuning for Zero-shot Expert Linking."☆12Apr 12, 2021Updated 5 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Chinese entity relation extraction☆15Apr 26, 2024Updated 2 years ago
- [ICPRAI 2024] DocumentCLIP: Linking Figures and Main Body Text in Reflowed Documents☆16Apr 4, 2024Updated 2 years ago
- Code for the paper "Refining Language Model with Compositional Explanation" (NeurIPS 2021)☆11Oct 25, 2021Updated 4 years ago
- 基于Vue.js,Nest.js的前后端分离Blog|Based on Vue.js, Nest.js Separation | Blog https://nestblog.dwsy.link/ or https://cf.dwsy.link☆19Aug 13, 2022Updated 4 years ago
- Revisit Kernel Pruning with Lottery Regulated Grouped Convolutions. ICLR 2022☆11Nov 24, 2022Updated 3 years ago
- A python program which learns to recognize an unknown face using Principal Component Analysis (PCA).☆12Jun 29, 2017Updated 9 years ago
- 仿钉钉定位签到功能做的一个简单demo,不同的是我这里用的百度地图的Api,钉钉用的高德地图的Api。☆18Nov 23, 2017Updated 8 years ago
- This repository provides small demo programs and code snippets to reproduce several wpf-related bugs.☆18Jun 15, 2020Updated 6 years ago
- ZoomEye钟旭之眼的登录+关键字爬取 ( 加速乐Cookie破解 )☆19Oct 25, 2018Updated 7 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- 机器学习训练简单模型判定一个句子是不是疑问句☆20May 9, 2022Updated 4 years ago
- HMM(隐马尔科夫)模型实现词性标注和分词☆10Sep 28, 2017Updated 8 years ago
- Python diff / merge basic dictionaries / lists☆12May 1, 2016Updated 10 years ago
- 采用三种方式 (1)利用keras库搭建seq2seq (2)利用keras_transformer库 (3)利用fastnlp框架 实现问答机器人、机器翻译、文本摘要等功能☆14Nov 16, 2020Updated 5 years ago
- 基于LSTM的中文短文本情感分析☆24May 6, 2023Updated 3 years ago
- 一个基于Vue的调查问卷系统☆18Oct 8, 2016Updated 9 years ago
- ☆141Jun 30, 2023Updated 3 years ago