Skip to main content

Text Summarisation for Python

Project description

This module is currently experimental.

The API could change at any time.

Installation

Install with pip:

pip install summarise

Install from github:

git clone https://www.github.com/bonzanini/summarise
cd summarise
python setup.py install

Examples

Code sample:

from summarise import Summariser

full_text = [['One', 'tokenized', 'sentence],
             ['Another', 'sentence'],
             ['The', 'quick', 'brown', 'fox', 'jumped']]
summariser = Summariser(full_text)
summary = summariser.summarise(size=2)

License

MIT License, see LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

summarise-0.0.9.tar.gz (1.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page