A Chinese NLP library based on BERT for sentiment analysis and general-purpose Chinese word segmentation. | 基于 BERT 的中文 NLP 库,用于中文情感倾向分析、通用领域中文分词。
☆223Aug 2, 2025Updated 6 months ago
Alternatives and similar repositories for Cemotion
Users that are interested in Cemotion are comparing it to the libraries listed below
Sorting:
- 中文情感分析库(Chinese Sentiment))可对文本进行情绪分析、正负情感分析。Text analysis, supporting multiple methods including word count, readability, document simil…☆582Dec 9, 2022Updated 3 years ago
- 中文情感分析,CNN,BI-LSTM,文本分类☆1,074Oct 22, 2022Updated 3 years ago
- 情感分析、文本分类、词典、bayes、sentiment analysis、TextCNN、classification、tensorflow、BERT、CNN、text classification☆517Jun 9, 2025Updated 8 months ago
- Chinese Sentiment Analysis 中文文本情感分析☆192Apr 25, 2023Updated 2 years ago
- Chinese corpus sentiment analysis. 谭松波酒店评论中文文本情感分析☆59Feb 19, 2026Updated last week
- sentiment analysis、情感分析、文本分类、基于字典、python、classification☆132Jan 4, 2021Updated 5 years ago
- 针对微博平台的微博文本数据进行舆情分析项目,内容有微博爬虫、LDA主题分析和情感分析☆74Mar 4, 2023Updated 2 years ago
- 利用bert预训练的中文模型进行文本分类 数据集中文情感分析语料chnsenticorp☆362Aug 26, 2019Updated 6 years ago
- 基于ChatGPT的情感分析☆50Apr 11, 2023Updated 2 years ago
- 中文的情感分析任务:基于Bi-LSTM+Attention模型,对2万条中文影评数据进行情感分类。Chinese sentiment analysis task: Based on the Bi-LSTM+Attention model, sentiment classif…☆125Mar 3, 2022Updated 3 years ago
- 中文环境领域文本分析包,纯神经网络架构,支持EnvBert,LSTM,RNN,word2vec等模型,支持自定义模型,下游任务包括分类,回归,多选,情感分析,命名实体识别等,专题包括气候变化文本分析,环境知识图谱等。针对领域研究进行了接口的优化,一键使用模型。☆37Apr 19, 2023Updated 2 years ago
- cntext 是一个专为社会科 学实证研究设计的中文文本分析 Python 库。它不仅提供传统的词频统计和情感分析,还支持词嵌入训练、语义投影计算等高级功能,帮助研究者从大规模非结构化文本中测量抽象构念——如态度、认知、文化观念与心理状态。☆432Nov 21, 2025Updated 3 months ago
- Fall_Detection_Using_Yolov8☆23Mar 22, 2024Updated last year
- 人工智能实验五:多模态情感分类☆16Jul 14, 2022Updated 3 years ago
- 基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等☆818Jun 18, 2021Updated 4 years ago
- Visualization of Topic Modeling Results☆22Sep 20, 2025Updated 5 months ago
- 本项目的数据来自“互联网新闻情感分析”赛题。基于Transformer2.0库中的中文Bert模型,对新闻语料进行三分类。☆119Oct 9, 2019Updated 6 years ago
- This repository includes the notebook of „Understanding Videos at Scale: How to Extract Insights for Business Research“☆22Apr 4, 2024Updated last year
- Training YOLOv8 on Falling Dataset to Enable Real-Time Fall Detection☆24Mar 25, 2024Updated last year
- Lots of helpers I use for working with Unity☆20Mar 12, 2024Updated last year
- 【完整视频教程】东财股吧、新浪财经爬虫,情感分析并自动生成发送舆情分析报告☆63Mar 22, 2023Updated 2 years ago
- Analyze XML extracted from PDFs (e.g. from TET or PDFMiner)☆20Jan 11, 2018Updated 8 years ago
- python bindings of cppjieba ,recommand jieba_fast for results consistency and speed balance☆22Nov 6, 2019Updated 6 years ago
- 基于情感分析的智慧养老系统☆32Jul 10, 2019Updated 6 years ago
- 文本情感分析☆876Dec 30, 2017Updated 8 years ago
- 使用python抓取微博数据并对微博文本分析和可视化,LDA(树图)、关系图、词云、时间趋势(折线图)、热度地图、词典情感分析(饼图和3D柱状图)、词向量神经网络情感分析、tfidf聚类、词向量聚类、关键词提取、文本相似度分析等☆946Aug 28, 2020Updated 5 years ago
- Phraseg - 一言:新詞發現工具包☆26Nov 30, 2021Updated 4 years ago
- SpotFake(Pytorch)☆27Mar 5, 2024Updated last year
- AlphaReadabilityChinese is a tool that calculates the readability of Chinese texts, which includes indices at lexical, syntactic, and sem…☆38Mar 30, 2024Updated last year
- 基于深度学习(LSTM)的情感分析(京东商城数据)☆184Nov 12, 2020Updated 5 years ago
- 基于微博用户信息数据的分布式爬虫所做的毕业设计,有一小部分简单的数据分析。这个也是为了纪念大学四年!里面包括了源代码,论文的一稿二稿等等还有查重终稿,UML图 、PPT等等☆77May 19, 2018Updated 7 years ago
- bert文本多分类(情感分析)、bert-bilstm-crf序列标注任务(快递地址的序列标注任务)☆33Aug 20, 2021Updated 4 years ago
- python爬虫下载器(html模板或网站前端源代码)☆14Jul 19, 2021Updated 4 years ago
- ☆10May 20, 2024Updated last year
- 玉米病虫害知识图谱问答系统☆15Dec 14, 2023Updated 2 years ago
- Model repository of LISFLOOD-FP model version 5.9 with Basic Model Interface (BMI) functionality☆42Apr 12, 2021Updated 4 years ago
- 对豆瓣影评进行文本分类情感分析,利用爬虫豆瓣爬取评论,进行数据清洗,分词,采用BERT、CNN、LSTM等模型进行训练,采用tensorboardX可视化训练过程,自然语言处理项目\A project for text classification, based on to…☆169Mar 13, 2023Updated 2 years ago
- 基于bert的情感分析(pytorch)☆32Sep 21, 2019Updated 6 years ago
- PM2 Web interface with windows support.☆10Jun 24, 2015Updated 10 years ago