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 details)
File details
Details for the file summarise-0.0.9.tar.gz
.
File metadata
- Download URL: summarise-0.0.9.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d2512a424fc9e34dcaadfbcceb1610ef3d5cdba81586f5f6d3676f810627d2e7
|
|
MD5 |
fe90c35442031b20f3dcdd8d9beca17a
|
|
BLAKE2b-256 |
29140c3f88520c6e713465fbb8c62e8e617f2cb08859dce8ae0c95894ff4df5f
|