
pytextrank 3.2.4
0
Python implementation of TextRank as a spaCy pipeline extension, for graph-based natural language wo
Contents
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 and lightweight extractive summarization of text documents.
Stars: 1941, Watchers: 1941, Forks: 333, Open Issues: 20The DerwenAI/pytextrank
repo was created 6 years ago and was last updated 5 days ago.
The project is very popular with an impressive 1941 github stars!
How to Install pytextrank
You can install pytextrank using pip
pip install pytextrank
or add it to a project with poetry
poetry add pytextrank
Package Details
- Author
- Paco Nathan
- License
- MIT
- Homepage
- https://derwen.ai/docs/ptr/
- PyPi
- https://pypi.org/project/pytextrank/
- GitHub Repo
- https://github.com/DerwenAI/pytextrank
Classifiers
- Scientific/Engineering/Artificial Intelligence
- Scientific/Engineering/Human Machine Interfaces
- Scientific/Engineering/Information Analysis
- Text Processing/General
- Text Processing/Indexing
- Text Processing/Linguistic
Related Packages
Errors
A list of common pytextrank errors.
Code Examples
Here are some pytextrank
code examples and snippets.
GitHub Issues
The pytextrank package has 20 open issues on GitHub
- NotImplementedError: [E894] The 'noun_chunks' syntax iterator is not implemented for language 'ru'.
- Information about the matrix similarity
- Biased Textrank implementation uses phrases instead of sentences
- Documentation or Inclusion of other algorithms