从中文文本中自动提取摘要
☆44Jun 20, 2023Updated 2 years ago
Alternatives and similar repositories for word2vec_textrank
Users that are interested in word2vec_textrank are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 文本自动摘要☆95May 1, 2023Updated 3 years ago
- 中文文本摘要/关键词提取☆436Dec 28, 2020Updated 5 years ago
- 基于TextRank和WordNet的中英文单文档自动摘要☆63Dec 18, 2015Updated 10 years ago
- 中文文本摘要生成模型☆21Jul 29, 2022Updated 3 years ago
- 指针生成网络的文本摘要☆18Sep 25, 2020Updated 5 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.
- 基于深度学习的中文NLP工具☆41Aug 22, 2019Updated 6 years ago
- 基于Transformer的生成式文本摘要☆185Jun 22, 2022Updated 3 years ago
- 本项目包含几种常用 NLP算法的实现:关键词(keyword)、命名实体(named entity)、自动摘要(abstract)、文本相似度比较(text similarity)等☆16Jan 16, 2022Updated 4 years ago
- 抽取式摘要抽取算法(1、抽取式 2、生成式)☆16Oct 13, 2019Updated 6 years ago
- 使用三种方法实现中文抽取式自动文摘,分别是TextRank算法、MMR(最大边界相关算法)算法和TextRank+Word2vec方法;最后使用Rouge评价方法,将生成的摘要和标准摘要进行比较,输出p、r、f值。☆35Jun 7, 2020Updated 6 years ago
- 对BERT模型进行fine-tuning后,在chinese_L-12_H-768_A-12模型基础上进行训练,并以MSRA作为数据集测试☆18Dec 12, 2019Updated 6 years ago
- 提供一款中文版生成式摘要服务☆349Feb 9, 2026Updated 4 months ago
- 从中文文本中自动提取关键词和摘要☆3,397May 7, 2025Updated last year
- 文言文信息抽取(实体识别+关系抽取)☆10Feb 24, 2023Updated 3 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 基于TensorFlow,seq2seq+attention+beamsearch的文本摘要。☆59Apr 21, 2019Updated 7 years ago
- textrank 提取文章摘要与结果优化☆31Jun 6, 2018Updated 8 years ago
- The pytorch implementation of Cluster-Aware Supervised Contrastive Learning on Graphs (WWW 2022).☆11Jun 6, 2022Updated 4 years ago
- 本项目为北航自然语言处理课程2020秋季学年大作业☆10Dec 28, 2020Updated 5 years ago
- baseline分享-互联网新闻情感分析☆11Oct 12, 2019Updated 6 years ago
- 微博文本自动摘要的一个实验,做的最原始的用于开源的版本。☆21Aug 11, 2017Updated 8 years ago
- implementation pointer-generator-network by pytorch and python3☆86Jan 7, 2020Updated 6 years ago
- 基于transformer的指针生成网络☆93Jan 13, 2021Updated 5 years ago
- NLPCC 2019 Outstanding Paper "Improving Transformer with Sequential Context Representations for Abstractive Text Summarization" source c…