https://github.com/geekquad/standsum
A PyPI package that does extractive text summarizer using Cosine Methods in NLTK.
https://github.com/geekquad/standsum
cosine-similarity-scores nltk pypi-package summarizer
Last synced: over 1 year ago
JSON representation
A PyPI package that does extractive text summarizer using Cosine Methods in NLTK.
- Host: GitHub
- URL: https://github.com/geekquad/standsum
- Owner: geekquad
- License: mit
- Created: 2020-11-29T21:52:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T16:21:40.000Z (over 5 years ago)
- Last Synced: 2025-03-18T18:45:07.640Z (over 1 year ago)
- Topics: cosine-similarity-scores, nltk, pypi-package, summarizer
- Language: Python
- Homepage: https://pypi.org/project/StandSum/
- Size: 56.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Standsum
A python package that summarizes the text.
Uses Cosine Methods in NLTK.
Just pip install:
```
$ pip install StandSum
```