1. 首页
  2. 数据库
  3. 其它
  4. rake nltk:使用NLTK的快速自动关键字提取算法的Python实现 源码

rake nltk:使用NLTK的快速自动关键字提取算法的Python实现 源码

上传者: 2021-02-21 06:38:47上传 ZIP文件 236.3KB 热度 15次
耙子 RAKE是快速自动关键字提取算法的缩写,它是一种与域无关的关键字提取算法,它通过分析单词出现的频率及其与文本中其他单词的共现程度来尝试确定文本主体中的关键短语。 建立 使用点子 pip install rake-nltk 直接从存储库 git clone https://github.com/csurfer/rake-nltk.git python rake-nltk/setup.py install 快速开始 from rake_nltk import Rake # Uses stopwords for english from NLTK, and all puntuation ch
下载地址
用户评论