使用三种方法实现中文抽取式自动文摘,分别是TextRank算法、MMR(最大边界相关算法)算法和TextRank+Word2vec方法;最后使用Rouge评价方法,将生成的摘要和标准摘要进行比较,输出p、r、f值。
☆35Jun 7, 2020Updated 5 years ago
Alternatives and similar repositories for Extractable-automatic-Text
Users that are interested in Extractable-automatic-Text are comparing it to the libraries listed below
Sorting:
- 使用两种方法(抽取式Textrank和概要式seq2seq)自动提取文本摘要☆219Jul 16, 2019Updated 6 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26May 13, 2022Updated 3 years ago
- 基于多级LSTM的抽取式文本摘要☆12Aug 20, 2024Updated last year