文件名称:perke:波斯语的关键词提取器
文件大小:51KB
文件格式:ZIP
更新时间:2024-04-20 21:54:14
python nlp natural-language-processing information-retrieval keyword
珀克 Perke是用于波斯语言的Python密钥提取包。 它提供了一个端到端的关键短语提取管道,其中的每个组件都可以轻松修改或扩展以开发新模型。 安装 最简单的安装方法是从PyPI: pip install perke 或者,您可以直接从GitHub安装: pip install git+https://github.com/alirezah320/perke.git Perke还需要一个经过训练的POS标记器模型,可以从获取该模型,并且必须将其放入目录中。 简单的例子 Perke提供了用于从文本中提取关键短语的标准化API。 首先输入以下4行以使用TextRank关键字提取器。 from perke . unsupervised . graph_based import TextRank # Define the set of valid part of speech tags t
【文件预览】:
perke-main
----.travis.yml(313B)
----docs()
--------base.rst(519B)
--------reference.rst(77B)
--------conf.py(3KB)
--------getting_started.rst(1KB)
--------make.bat(795B)
--------install.rst(723B)
--------graph_based.rst(637B)
--------unsupervised.rst(85B)
--------Makefile(634B)
--------index.rst(353B)
--------_static()
----.github()
--------PULL_REQUEST_TEMPLATE.md(952B)
--------PULL_REQUEST_TEMPLATE()
--------ISSUE_TEMPLATE()
----perke()
--------base()
--------resources()
--------unsupervised()
--------__init__.py(26B)
--------version.py(22B)
----tests()
--------test_single_rank.py(572B)
--------test_position_rank.py(529B)
--------conftest.py(325B)
--------test_text_rank.py(1KB)
--------__init__.py(0B)
--------test_multipartite_rank.py(486B)
--------test_topic_rank.py(472B)
----LICENSE(1KB)
----CONTRIBUTING.md(12KB)
----requirements()
--------test.txt(7B)
--------default.txt(20B)
--------documentation.txt(47B)
--------README.md(296B)
--------release.txt(6B)
----examples()
--------unsupervised()
--------input.txt(3KB)
----setup.py(3KB)
----.gitignore(222B)
----CODE_OF_CONDUCT.md(5KB)
----README.md(3KB)