pytextrank

View on PyPIReverse Dependencies (7)

3.3.0 pytextrank-3.3.0-py3-none-any.whl

Wheel Details

Project: pytextrank
Version: 3.3.0
Filename: pytextrank-3.3.0-py3-none-any.whl
Download: [link]
Size: 26471
MD5: 7899284a90fca09ff83654dc1bc25d60
SHA256: bca2d76ceeb3507dac222c32c74f3cf62df5ec58223d4a48166b3a15a310c2d7
Uploaded: 2024-02-21 23:17:37 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytextrank
Version: 3.3.0
Summary: Python implementation of TextRank as a spaCy pipeline extension, for graph-based natural language work plus related knowledge graph practices; used for for phrase extraction of text documents.
Author-Email: "derwen.ai" <info[at]derwen.ai>
Project-Url: home, https://derwen.ai/docs/ptr/
Project-Url: DOI, https://doi.org/10.5281/zenodo.4637885
Project-Url: code, http://github.com/DerwenAI/pytextrank
Project-Url: forum, https://www.linkedin.com/groups/6725785/
Project-Url: issues, https://github.com/DerwenAI/pytextrank/issues
Project-Url: spaCy_uniVerse, https://spacy.io/universe/project/spacy-pytextrank
Project-Url: StackOverflow, https://stackoverflow.com/search?q=pytextrank
Project-Url: citations, https://scholar.google.com/scholar?q=related:5tl6J4xZlCIJ:scholar.google.com/&scioq=&hl=en&as_sdt=0,5
License: MIT License Copyright (c) 2016-2022 Derwen, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Human Machine Interfaces
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Text Processing :: Indexing
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: GitPython (>=3.1)
Requires-Dist: graphviz (>=0.13)
Requires-Dist: icecream (>=2.1)
Requires-Dist: networkx[default] (>=2.6)
Requires-Dist: pygments (>=2.7.4)
Requires-Dist: scipy (>=1.7)
Requires-Dist: spacy (>=3.0)
Requires-Dist: ipywidgets (>=8.1); extra == "demo"
Requires-Dist: jupyterlab-execute-time (>=3.1); extra == "demo"
Requires-Dist: jupyterlab (>=4.0); extra == "demo"
Requires-Dist: watermark (>=2.4); extra == "demo"
Requires-Dist: bandit (>=1.7.5); extra == "dev"
Requires-Dist: build (>=1.0); extra == "dev"
Requires-Dist: check-manifest (>=0.48); extra == "dev"
Requires-Dist: codespell; extra == "dev"
Requires-Dist: flask (>=3.0); extra == "dev"
Requires-Dist: grayskull; extra == "dev"
Requires-Dist: jupyterlab (>=3.1.4); extra == "dev"
Requires-Dist: mistune; extra == "dev"
Requires-Dist: mkdocs-git-revision-date-plugin (>=0.3); extra == "dev"
Requires-Dist: mkdocs-material (>=9.5); extra == "dev"
Requires-Dist: mknotebooks (>=0.8); extra == "dev"
Requires-Dist: mkrefs (>=0.2.0); extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: nbconvert (>=6.4); extra == "dev"
Requires-Dist: nbmake (>=1.0); extra == "dev"
Requires-Dist: notebook (>=6.1.5); extra == "dev"
Requires-Dist: pipdeptree; extra == "dev"
Requires-Dist: pre-commit (>=3.5); extra == "dev"
Requires-Dist: pylint (>=2.7.0); extra == "dev"
Requires-Dist: pymdown-extensions; extra == "dev"
Requires-Dist: selenium (>=4.11); extra == "dev"
Requires-Dist: tornado (>=6.2); extra == "dev"
Requires-Dist: twine (>=4.0); extra == "dev"
Requires-Dist: werkzeug (>=2.2.3); extra == "dev"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest (>=7.4); extra == "test"
Provides-Extra: demo
Provides-Extra: dev
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 7464 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytextrank/__init__.py sha256=h3ZU9Jb0xLQ7pDlDMYsCPatnpG-j2RHMaGZAv9hmuQw 4736
pytextrank/base.py sha256=t9l-qgviJxRj5kPQcCV2VTMNf7GxcrqHwUTGDju_5DI 27826
pytextrank/biasedrank.py sha256=GCRICj446YEWbGtKOCXm0Hykl8YU7aaDerdpy4ReIsI 4589
pytextrank/positionrank.py sha256=PFLCx3Plro62V4ZW6ifc9uPkkaN2raXuqW0khjf1bU4 4090
pytextrank/topicrank.py sha256=K71N_5gbWsheKLRtLE5kwjSguPZbtKC8wOjHU3Y6GmU 13346
pytextrank/util.py sha256=TfY-OjsC_XxO3taKRvFHRmREimrfNawE70dgG0mwlao 4307
pytextrank/version.py sha256=74J52hFDBRys9ZG7HA5ZlMwoMoLhlkDB1UZCHanyxL8 1528
pytextrank-3.3.0.dist-info/LICENSE sha256=aKxYHCz0MfStQkvvZFSgKfWS9FYkJ873KcLEKVFKY8s 1074
pytextrank-3.3.0.dist-info/METADATA sha256=6VOV4IlYdVGxJ11C4Qt1WpInqJPSY1YbxA6pYu4gvfM 12318
pytextrank-3.3.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
pytextrank-3.3.0.dist-info/top_level.txt sha256=9kwDTXuj90lR8BvlmLACuUYn97BNSPkW_PJ_wgD8Qxk 11
pytextrank-3.3.0.dist-info/RECORD

top_level.txt

pytextrank