rake nltk:使用NLTK的快速自动关键字提取算法的Python实现 源码
耙子 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
文件列表
rake-nltk-master.zip
(预估有个71文件)
rake-nltk-master
MANIFEST.in
27B
README.rst
4KB
CHANGELOG.rst
319B
requirements.txt
5B
Pipfile.lock
11KB
rake_nltk
rake.py
9KB
__init__.py
662B
__version__.py
594B
暂无评论