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
Release files for summarise 0.0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| summarise-0.0.9.tar.gz | 1.6 kB | Details |
Release files / summarise-0.0.9.tar.gz
| Download URL | summarise-0.0.9.tar.gz |
|---|---|
| Size | 1.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d2512a424fc9e34dcaadfbcceb1610ef3d5cdba81586f5f6d3676f810627d2e7
|
|
BLAKE2b-256 checksum How to use checksums |
29140c3f88520c6e713465fbb8c62e8e617f2cb08859dce8ae0c95894ff4df5f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |