文本特征提取,适用于小说,论文,议论文等文本,提取词语、句子、依存关系等特征。python开发。
☆42Jun 27, 2018Updated 8 years ago
Alternatives and similar repositories for text-feature
Users that are interested in text-feature are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 文本特征值提取,采用结巴将文本分词,tf-idf算法得到特征值,以及给出了idf词频文件的训练方法☆21Feb 11, 2017Updated 9 years ago
- 【今日头条】文本作者身份识别比赛☆10Aug 20, 2018Updated 7 years ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。☆97Apr 8, 2019Updated 7 years ago
- 搜狗细胞词库到普通文本的转换提取工具。提取词汇表,用于深度学习做数据生成和字典特征☆27Dec 3, 2018Updated 7 years ago
- CNN 用来对向量进行特征提取,向量可以是文本的embedding、社交网络节点的embedding、图片等☆11Apr 25, 2020Updated 6 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.
- 基于大模型的多功能聊天机器人工具箱,包括三个主要的工具:1、一个基于LangChain的医疗问答机器人 ,专门针对医疗领域的咨询和问题解答;2、一个基于ChatGLM的文本工具,能够进行文本分类、实体关系抽取和文本匹配,适用于处理复杂的文本信息;3、一个基于GPT-2的全精…☆17Jun 14, 2024Updated 2 years ago
- 针对手机评论数据的情感挖掘与分析项目,基于依存句法分析和情感词库提取特征词,并对特征词做情感极性预测标注。☆36Jul 6, 2016Updated 10 years ago
- 细粒度的情感分析 (属性词提取,句法依存分析)☆36Feb 23, 2023Updated 3 years ago
- Implementation of HAN for Sentiment Classification task from paper "Hierarchical Attention Networks for Document Classification"☆13Aug 5, 2019Updated 6 years ago
- 基于语义的文本相似度计算☆10Jan 22, 2019Updated 7 years ago
- 基于依存句法的句子级细粒度情感计算☆25May 6, 2017Updated 9 years ago
- Data and code for the paper Causal Reasoning of Entities and Events in Procedural Texts.☆11May 26, 2023Updated 3 years ago
- 事件抽取基线模型☆13Feb 16, 2023Updated 3 years ago
- 🎭 Sentiment Analysis with Neural Networks☆10Dec 4, 2016Updated 9 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.
- 采用bert进行事件抽取,[cls]进行事件分类,最后一层向量进行序列标注,两个任务同时训练。☆12Jun 7, 2021Updated 5 years ago
- 基于BERT事件抽取构建活动知识图谱☆12Aug 28, 2023Updated 2 years ago
- 领域自适应文本挖掘工具(新词发现、情感分析、实体链接等),基于少量种子词和背景知识☆13Jun 19, 2019Updated 7 years ago
- AI100竞赛:http://competition.ai100.com.cn/html/game_det.html?id = 24&tab = 1 的代码,主要用于文本分类,其中涉及CHI选择特征词,TFIDF计算权重,朴素贝叶斯,决策树,SVM,XGBoost等算法☆15Mar 27, 2019Updated 7 years ago
- 文本分类之特征选择☆11Aug 12, 2017Updated 8 years ago
- ☆22Apr 15, 2021Updated 5 years ago
- ansj_parsing 依存文法&句法分析☆19Jun 27, 2017Updated 9 years ago
- 基于SpringBoot的大学生就业招聘系统,编程语言:Java ;数据库:MySQL;项目管理工具:Maven 前端技术:VUE、javascript、html、css、jQuery; 后端技术:Spring、SpringMvc、MyBatis☆14Oct 21, 2024Updated last year
- Automated Semantic Analysis of Discourse Markers☆11May 30, 2022Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 本项目是对银行客户不同条件下购买理财产品的预测。使用python对各个因素进行分析,之后使用决策树CART算法对模型进行训练,使用k折交叉验证和网格搜索选择最优参数。使用得到的模型对客户购买理财产品进行预测。☆14Jul 15, 2020Updated 6 years ago
- AI Challenger 2018 细粒度用户评论情感分析比赛 个人baseline项目☆15Oct 3, 2018Updated 7 years ago
- 对期货数据的研究☆15Jul 5, 2017Updated 9 years ago
- An Unsupervised Detection Framework for Chinese Jargons in the Darknet☆22Dec 7, 2022Updated 3 years ago
- 使用python的pycrypto、m2crypto模块完成AES、RSA加解密文件,实现文件安全传输☆27Aug 31, 2017Updated 8 years ago
- 使用pyltp的工具,基于中文依存句法的四大名著人物情节分析系统。分为整体分析和章节分析两大模块,实现了人物篇幅分析,故事发生地分析,主要人物情绪变化分析,人物互动情况分析.☆94Sep 3, 2017Updated 8 years ago
- Materials for the StoryLine extraction task - annotated data, baselines and evaluation scripts, evaluation data.☆38Jan 28, 2019Updated 7 years ago
- 基于深度学习的文本分类聚类工具☆14Jul 7, 2017Updated 9 years ago
- RelExt: A Tool for Relation Extraction from Text. 文本实体关系抽取工具。☆50Jun 9, 2022Updated 4 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- Using Sentiment Analysis from News Titles and Attention-based LSTM model to predict Foreign Exchange Market(Forex) movements.☆13Dec 8, 2022Updated 3 years ago
- ☆21Sep 23, 2019Updated 6 years ago
- fastText中文实践☆19Apr 27, 2018Updated 8 years ago
- 面向证券信息类专业搜索引擎,基于WEB信息挖掘技术的专业搜索引擎设计与实现并着重分析基于特定主题的爬取方法,通过下载Internet上WEB文档,进行过滤、分词、转换等处理工作,并建立索引数据库,最终可由检索器通过用户输入查询关键字,搜索器支持微博客、短信等内容短小而又不规…☆25Dec 3, 2018Updated 7 years ago
- 🎮 A toolkit for Relation Extraction and more...☆24May 8, 2025Updated last year
- 本地运行的 GPT-SoVITS-1007-cu124 的 Astrbot 文本转语音插件☆16Mar 7, 2026Updated 4 months ago
- 使用gensim训练word2vec模型并对训练得到词向量聚类☆16Sep 23, 2017Updated 8 years ago