pingyuan2016 / word2vec_textrankLinks
从中文文本中自动提取摘要
☆45Updated last year
Alternatives and similar repositories for word2vec_textrank
Users that are interested in word2vec_textrank are comparing it to the libraries listed below
Sorting:
- 使用两种方法(抽取式Textrank和概要式seq2seq)自动提取文本摘要☆216Updated 5 years ago
- 基于TensorFlow,seq2seq+attention+beamsearch的文本摘要。☆60Updated 6 years ago
- 利用bert预训练模型生成句向量或词向量☆27Updated 4 years ago
- 使用三种方法实现中文抽取式自动文摘,分别是TextRank算法、MMR(最大边界相关算法)算法和TextRank+Word2vec方法;最后使用Rouge评价方法,将生成的摘要和标准摘要进行比较,输出p、r、f值。☆35Updated 5 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26Updated 3 years ago
- 中文文本预处理,Word2Vec训练计算文本相似度。☆45Updated 6 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆45Updated 6 years ago
- 本项目的数据来自“互联网新闻情感分析”赛题。基于Transformer2.0库中的中文Bert模型,对新闻语料进行三分类。☆113Updated 5 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆53Updated 4 years ago
- multi-label-classification-4-event-type☆136Updated 2 years ago
- 基于Transformer的生成式文本摘要☆185Updated 2 years ago
- 多标签文本分类☆54Updated 5 years ago
- 细粒度用户评论情感分析☆123Updated 6 years ago
- SMP 2020年微博情感分类评测任务 第六名解决方案☆69Updated 2 years ago
- 文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。☆61Updated 5 years ago
- 系统的介绍如何搭建一个完整的文本分类系统,包括数据预处理、主要方法的原理介绍和实现细节、实验结果与分析、网页Demo的构建以及项目文件的组织方式。项目的原理和处理细节可以查看我的博客专栏:https://blog.csdn.net/sdu_hao/category_9286…☆29Updated 5 years ago
- TF-IDF+Word2vec做文本相似度计算,最好是长文本☆24Updated 5 years ago
- Use BERT pre-trained model to do sentiment classification☆96Updated 4 years ago
- Bert预训练模型fine-tune计算文本相似度☆104Updated 2 years ago
- 提出基于划分的LDA主题模型 (PLDA)。对传统LDA模型进行改进,考虑中长篇文档篇章结构较为清晰,传统LDA在处理中长篇文档时不能识别每个篇章的主题,提出基于划分的LDA主题模型,对中长篇文档如新闻报道】国务院工作报告等按照段落进行划分,先拆后合,并将其效果与传统LDA…☆40Updated 5 years ago
- NLP 相关的项目 如:词向量,文本分类,文本匹配,NER,信息抽取,文本生成以及NLP在电商中的应用☆34Updated 2 years ago
- tensorflow TxetCnn TextRNN 使用Textcnn、Textrnn对文本进行分类☆58Updated 6 years ago
- 无监督观点聚类。通过依存关系进行观点提取,对观点进行相似度计算,对已经生成的观点聚类☆47Updated 6 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 基于LSTM网络与自注意力机制对中文评论进行细粒度情感分析☆55Updated 3 years ago
- smp ewect code☆77Updated 4 years ago
- 一个BERT+BiLSTM的情感分析 BaseLine☆25Updated 5 years ago
- Aspect Based Sentiment Analysis 基于方面的细粒度情感分析☆171Updated 2 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆75Updated 5 years ago
- 多模型中文cnews新闻文本分类☆55Updated 5 years ago