codewithzichao / NLP_Programs
本repo使用tensorflow2实现NLP中常见的模型:文本相似度分析、文本摘要、文本生成、机器翻译......(持续更新中)
☆28Updated 5 years ago
Alternatives and similar repositories for NLP_Programs
Users that are interested in NLP_Programs are comparing it to the libraries listed below
Sorting:
- DeepClassifier is aimed at building general text classification model library.It's easy and user-friendly to build any text classificatio…☆31Updated 4 years ago
- 基于bert的弱监督训练的中文错别字识别☆38Updated 4 years ago
- Food recomendation based on Knowledge Graph and GNN.☆126Updated 4 years ago
- recommendation algorithm 1) CF 2) ContentBased 3) Item2Vec 4) LFM 5)LR 6)PR 7) Tree 8) WD 9) MMOE☆9Updated 2 years ago
- 关系抽取个人实战总结以及开源工具包使用☆56Updated 6 years ago
- A BiGRU-Attention DSSM implementation with tensorflow estimator.☆91Updated 4 years ago
- 基于bert4keras的GLUE基准代码☆64Updated 3 years ago
- 抽取式摘要抽取算法(1、抽取式 2、生成式)☆16Updated 5 years ago
- 系统的介绍如何搭建一个完整的文本分类系统,包括数据预处理、主要方法的原理介绍和实现细节、实验结果与分析、网页Demo的构建以及项目文件的组织方式。项目的原理和处理细节可以查看我的博客专栏:https://blog.csdn.net/sdu_hao/category_9286…☆29Updated 5 years ago
- NLP算法领域的面试资料大全,包括笔试、面试题目☆41Updated 5 years ago
- 利用ALBERT实现文本二分类,判别是否属于政治上的出访类事件,提升模型训练和预测速度。☆74Updated 2 years ago
- 实现基于相似度匹配和检索的问答系统☆18Updated 5 years ago
- 开课吧&后厂理工学院_百度NLP项目2:试题数据集多标签文本分类 Models: FastText TextCNN GCN BERT et al.☆48Updated 5 years ago
- 双向lstm+crf 序列标注☆63Updated 5 years ago
- 汽车行业用户观点主题及情感识别☆24Updated 4 years ago
- 达观算法比赛ner任务,从重新训练bert,到finetune预测。☆75Updated 2 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆78Updated 5 years ago
- 2020语言与智能技术竞赛:事件抽取任务方案代码☆28Updated 2 years ago
- 几种召回算法的实现,可以作为模版在此基础上修改使用。☆75Updated 4 years ago
- 微调预训练语言模型(BERT、Roberta、XLBert等),用于计算两个文本之间的相似度(通过句子对分类任务转换),适用于中文文本☆89Updated 4 years ago
- CCF-BDCI大数据与计算智能大赛-互联网金融新实体发现-9th☆54Updated 5 years ago
- 使用SO-PMI算法生成经济领域情感词典☆16Updated 3 years ago
- extract key info from chinese email by using CRF and HMM☆14Updated 6 years ago
- 文本分类:传统机器学习模型和深度学习模型☆50Updated 6 years ago
- Relation Extraction 中文关系提取☆73Updated 6 years ago
- 使用fastNLP架构简单利用Bert-Bi-LSTM-CRF实现中文NER☆15Updated 4 years ago
- 端到端的基于知识图谱的问答系统,分为实体识别和关系分类两部,在BERT基础上做多任务联合训练。☆30Updated 5 years ago
- 2020语言与智能技术竞赛:事件抽取任务 -- 联合抽取baseline☆55Updated 4 years ago
- 使用ALBERT预训练模型,用于识别文本中的时间,同时验证模型的预测耗时是否有显著提升。☆56Updated 5 years ago
- 中文命名实体识别& 中文命名实体检测 python实现 基于字+ 词位 分别使用tensorflow IDCNN+CRF 及 BiLSTM+CRF 搭配词性标注实现中文命名实体识别及命名实体检测☆64Updated 6 years ago