An open API service indexing awesome lists of open source software.

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.

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
```