A Python package which will helps you to get summary report of any webpage content or summary of paragraphs
Project description
Keyboard press count and Mouse event count
A Python package which will hepls you to get summary report of any webpage content or simply pass some content and get summary
Usage
simply import
open terminal and run python then
import nltk
nltk.download('punkt')
nltk.download('stopwords')
from get_summary import createsummary
AND THEN
pass some text over
contents = "your text or content"
n = number of paragraph
summary = createsummary.summarize()
summary = summary.get_summary(contents, n)
print(summary)
Get Summary
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
get_summary-0.0.0.3.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file get_summary-0.0.0.3.tar.gz
.
File metadata
- Download URL: get_summary-0.0.0.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1927224b454acdfdcf1d4b827e69d0730c5acf9fc17d8a0367687995bce72c9 |
|
MD5 | da619301915257d76710bfbc6b094f8b |
|
BLAKE2b-256 | e1ef5ac4fb3ad2772202bcfeced774a995ad2c327c3ce69176617a0f85a840b2 |
File details
Details for the file get_summary-0.0.0.3-py3-none-any.whl
.
File metadata
- Download URL: get_summary-0.0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bbf24499a1140c1f6631146e32e3563d82ed046ca5782d2cfbcbb5b20e7a67d |
|
MD5 | be4ee2fd30b50efc261729880abd1335 |
|
BLAKE2b-256 | b8658079a7a60c1e7a46894df7dca55464beb10ab1d1a53aace5a9fb5066b84c |