nlp
Gabriel_wei
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
基于Word2vec加TextRank算法生成中文新闻摘要(附python代码)
d转载 2020-11-21 14:59:53 · 1398 阅读 · 1 评论 -
基于TextRank算法的文本摘要(处理英文)(附Python代码)
资料 基于TextRank的抽取式文本摘要(中文) 基于TextRank的抽取式文本摘要(英文) 手把手 | 基于TextRank算法的文本摘要(附Python代码) 知识补充 将英文文章按照句子拆分 英文的用这个nltk.tokenize的sent_tokenize,中文不知道,测试着没有效果 from nltk.tokenize import sent_tokenize sentences = [] # 读取article_text这一行的数据 str = '现在我们有两种选择,一个是总结单个文章,原创 2020-11-18 19:22:20 · 2900 阅读 · 0 评论 -
推荐-代码-李航老师-《统计学习方法》第二版
推荐李航老师的《统计学习方法》第二版的代码实现网站: (1)https://github.com/fengdu78/lihang-code (2)https://github.com/WenDesi/lihang_book_algorithm (3)https://github.com/Dod-o/Statistical-Learning-Method_Code (4)https://github.com/SmirkCao/Lihang ...转载 2020-07-04 18:02:04 · 673 阅读 · 0 评论
分享