hailiang-wang / textsum-textrank

自动摘要
0 stars 0 forks source link

Word2vec加TextRank算法生成文章摘要 #1

Open hailiang-wang opened 7 years ago

hailiang-wang commented 7 years ago

http://blog.csdn.net/qq_22636145/article/details/75099792

hailiang-wang commented 7 years ago

实现方案

Codebase https://github.com/davidadamojr/TextRank/blob/master/textrank/__init__.py 另外一个codebase,二者相似,https://github.com/ayushkalani/TextRank-Summarization/blob/master/textrank.py

在上述方案中,使用了编辑距离,后面修改为 https://github.com/huyingxi/Synonyms/ 的方法计算距离