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

时间:2024-02-23 06:26:33
【文件属性】:

文件名称:rake-nltk:使用NLTK的快速自动关键字提取算法的Python实现

文件大小:236KB

文件格式:ZIP

更新时间:2024-02-23 06:26:33

python text-mining algorithm nltk keyword-extraction

耙子 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 characters by # default r = Rake () # Extraction given the text. r . extract_keywords_from_text ( < text> ) # Extraction given the list of strings where each string is a sentence. r . extrac


【文件预览】:
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)
----.travis.yml(370B)
----LICENSE(1KB)
----setup.cfg(107B)
----setup.py(2KB)
----README.md(4KB)
----Pipfile(204B)
----docs()
--------_templates()
--------index.html(72B)
--------make.bat(813B)
--------.nojekyll(0B)
--------conf.py(5KB)
--------advanced.rst(2KB)
--------index.rst(5KB)
--------Makefile(606B)
--------api.rst(239B)
--------_build()
----tests()
--------__init__.py(0B)
--------rake_test.py(9KB)
----.gitignore(103B)

网友评论